#A50CBF

Color #A50CBF Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A50CBF

Tints of Dark Violet #A50CBF

Color information

#A50CBF (or 0xA50CBF) is unknown color: approx Dark Violet. HEX triplet: A5, 0C and BF. RGB value is (165,12,191). Sum of RGB (Red+Green+Blue) = 165+12+191=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #A50CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CBF is #5AF340. Grayscale: #4D4D4D. Windows color (decimal): -5960513 or 12520613. OLE color: 12520613.

HSL color Cylindrical-coordinate representation of color #A50CBF: hue angle of 291.28º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50CBF is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16512191-
CMYK0.140.9400.25
HSL291.28º88.18%39.8%-
HSV(B)291.28º93.72%74.9%-
XYZ25.0512.0250.29-
YUV78.15191.69189.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 12 (5.08% from 255) = 3.26%
BLUE value IS 191 (75% from 255) = 51.90%
R=44.84%
G=3.26%
B=51.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165121910.140.9400.25291.2888.1839.8
HexA5CBFE5E0191235828
Octal245142771613603144313050
Binary10100101110010111111111010111100110011001000111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50CBF; }

 p { color: rgb(165,12,191); }

 H1.HeaderClassName
 {
   color: #A50CBF;
 }
 .AnyTagClassName
 {
   color: #A50CBF;
 }
</style>
background-color css

<style>
 a { background-color: #A50CBF; }

 a { background-color: rgb(165,12,191); }

 div.DivClassName
 {
   background-color: #A50CBF;
 }
 .BgClassName
 {
   background-color: #A50CBF;
 }
</style>
border-color css

<style>
 span { border-color: #A50CBF; }

 span { border-color: rgb(165,12,191); }

 td.TdClassName
 {
   border-color: #A50CBF;
 }
 .TagClassName
 {
   border-color: #A50CBF;
 }
</style>