#A50CCC

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

Shades of Dark Violet #A50CCC

Tints of Dark Violet #A50CCC

Color information

#A50CCC (or 0xA50CCC) is unknown color: approx Dark Violet. HEX triplet: A5, 0C and CC. RGB value is (165,12,204). Sum of RGB (Red+Green+Blue) = 165+12+204=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #A50CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50CCC is #5AF333. Grayscale: #4F4F4F. Windows color (decimal): -5960500 or 13372581. OLE color: 13372581.

HSL color Cylindrical-coordinate representation of color #A50CCC: hue angle of 287.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A50CCC is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16512204-
CMYK0.190.9400.2
HSL287.81º88.89%42.35%-
HSV(B)287.81º94.12%80%-
XYZ26.5512.6258.16-
YUV79.63198.19188.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.31%
GREEN value IS 12 (5.08% from 255) = 3.15%
BLUE value IS 204 (80.08% from 255) = 53.54%
R=43.31%
G=3.15%
B=53.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal165122040.190.9400.2287.8188.8942.35
HexA5CCC135E014120592a
Octal245143142313602444013152
Binary101001011100110011001001110111100101001001000001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50CCC; }

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

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

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

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

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

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

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

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