#A500CA

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

Shades of Dark Violet #A500CA

Tints of Dark Violet #A500CA

Color information

#A500CA (or 0xA500CA) is unknown color: approx Dark Violet. HEX triplet: A5, 00 and CA. RGB value is (165,0,202). Sum of RGB (Red+Green+Blue) = 165+0+202=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #A500CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500CA is #5AFF35. Grayscale: #474747. Windows color (decimal): -5963574 or 13238437. OLE color: 13238437.

HSL color Cylindrical-coordinate representation of color #A500CA: hue angle of 289.01º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500CA is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1650202-
CMYK0.18100.21
HSL289.01º100%39.61%-
HSV(B)289.01º100%79.22%-
XYZ26.1812.2656.86-
YUV72.36201.16194.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 202 (79.30% from 255) = 55.04%
R=44.96%
G=0%
B=55.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16502020.18100.21289.0110039.61
HexA50CA12640151216428
Octal24503122214402544114450
Binary101001010110010101001011001000101011001000011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A500CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A500CA; }

 p { color: rgb(165,0,202); }

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

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

 a { background-color: rgb(165,0,202); }

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

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

 span { border-color: rgb(165,0,202); }

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