#A50CB6

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

Shades of Dark Violet #A50CB6

Tints of Dark Violet #A50CB6

Color information

#A50CB6 (or 0xA50CB6) is unknown color: approx Dark Violet. HEX triplet: A5, 0C and B6. RGB value is (165,12,182). Sum of RGB (Red+Green+Blue) = 165+12+182=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #A50CB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CB6 is #5AF349. Grayscale: #4C4C4C. Windows color (decimal): -5960522 or 11930789. OLE color: 11930789.

HSL color Cylindrical-coordinate representation of color #A50CB6: hue angle of 294º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50CB6 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16512182-
CMYK0.090.9300.29
HSL294º87.63%38.04%-
HSV(B)294º93.41%71.37%-
XYZ24.0911.6445.23-
YUV77.13187.19190.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 12 (5.08% from 255) = 3.34%
BLUE value IS 182 (71.48% from 255) = 50.70%
R=45.96%
G=3.34%
B=50.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165121820.090.9300.2929487.6338.04
HexA5CB695D01D1265826
Octal245142661113503544613046
Binary10100101110010110110100110111010111011001001101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50CB6; }

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

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

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

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

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

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

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

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