Html Css Color HEX #A009C7 Dark Violet

📋 copy color: '#A009C7'

red 160 ◦ green 9 ◦ blue 199

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

Shades of Dark Violet #A009C7

Tints of Dark Violet #A009C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 54.08%

R = 43.48%
G = 2.45%
B = 54.08%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A009C7 (or 0xA009C7) is known color: Dark Violet. HEX triplet: A0, 09 and C7. RGB value is (160,9,199). Sum of RGB (Red+Green+Blue) = 160+9+199=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 199 (78.12% from 255 or 54.08% from 368); Max value from RGB is 199 - color contains mainly: blue. Hex color #A009C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A009C7 is #5FF638. Grayscale: #4B4B4B. Windows color (decimal): -6288953 or 13044128. OLE color: 13044128.

HSL color Cylindrical-coordinate representation of color #A009C7: hue angle of 287.68º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A009C7 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 9 199 -
CMYK 0.20 0.95 0 0.22
HSL 287.68º 0.91% 0.41% -
HSV(B) 287.68º 0.95% 0.78% -
XYZ 24.9 11.79 55 -
YUV 75.81 197.53 188.05 -
System Red Green Blue C M Y K H S L
Decimal 160 9 199 0.20 0.95 0 0.22 287.68 0.91 0.41
Hex A0 9 C7 14 5F 0 16 120 5B 29
Octal 240 11 307 24 137 0 26 440 133 51
Binary 10100000 1001 11000111 10100 1011111 0 10110 100100000 1011011 101001

Color Harmonies of #A009C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A009C7

Black with #A009C7

Text Example


Text Example

White with #A009C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A009C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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