#A900CA

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

Shades of Dark Violet #A900CA

Tints of Dark Violet #A900CA

Color information

#A900CA (or 0xA900CA) is unknown color: approx Dark Violet. HEX triplet: A9, 00 and CA. RGB value is (169,0,202). Sum of RGB (Red+Green+Blue) = 169+0+202=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #A900CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A900CA is #56FF35. Grayscale: #484848. Windows color (decimal): -5701430 or 13238441. OLE color: 13238441.

HSL color Cylindrical-coordinate representation of color #A900CA: hue angle of 290.2º 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 #A900CA is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1690202-
CMYK0.16100.21
HSL290.2º100%39.61%-
HSV(B)290.2º100%79.22%-
XYZ27.0212.756.9-
YUV73.56200.49196.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 202 (79.30% from 255) = 54.45%
R=45.55%
G=0%
B=54.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16902020.16100.21290.210039.61
HexA90CA10640151226428
Octal25103122014402544214450
Binary101010010110010101000011001000101011001000101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A900CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A900CA; }

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

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

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

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

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

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

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

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