Html Css Color HEX #A009CA Dark Violet

📋 copy color: '#A009CA'

red 160 ◦ green 9 ◦ blue 202

#A009CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A009CA

Tints of Dark Violet #A009CA

RGB

 RED value IS 160 (62.89% from 255) = 43.13%

 GREEN value IS 9 (3.91% from 255) = 2.43%

 BLUE value IS 202 (79.3% from 255) = 54.45%

R = 43.13%
G = 2.43%
B = 54.45%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A009CA (or 0xA009CA) is known color: Dark Violet. HEX triplet: A0, 09 and CA. RGB value is (160,9,202). Sum of RGB (Red+Green+Blue) = 160+9+202=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 9 (3.91% from 255 or 2.43% 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 #A009CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A009CA is #5FF635. Grayscale: #4B4B4B. Windows color (decimal): -6288950 or 13240736. OLE color: 13240736.

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

Color convert

RGB 160 9 202 -
CMYK 0.21 0.96 0 0.21
HSL 286.94º 0.91% 0.41% -
HSV(B) 286.94º 0.96% 0.79% -
XYZ 25.26 11.93 56.85 -
YUV 76.15 199.03 187.81 -
System Red Green Blue C M Y K H S L
Decimal 160 9 202 0.21 0.96 0 0.21 286.94 0.91 0.41
Hex A0 9 CA 15 60 0 15 11F 5B 29
Octal 240 11 312 25 140 0 25 437 133 51
Binary 10100000 1001 11001010 10101 1100000 0 10101 100011111 1011011 101001

Color Harmonies of #A009CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A009CA

Black with #A009CA

Text Example


Text Example

White with #A009CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A009CA; }

 p { color: rgb(160,9,202); }

 H1.HeaderClassName
 {
   color: #A009CA;
 }
 .AnyTagClassName
 {
   color: #A009CA;
 }
</style>

background-color css

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

 a { background-color: rgb(160,9,202); }

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

border-color css

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

 span { border-color: rgb(160,9,202); }

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