Html Css Color HEX #A009B8 Dark Violet

📋 copy color: '#A009B8'

red 160 ◦ green 9 ◦ blue 184

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

Shades of Dark Violet #A009B8

Tints of Dark Violet #A009B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 52.12%

R = 45.33%
G = 2.55%
B = 52.12%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A009B8 (or 0xA009B8) is known color: Dark Violet. HEX triplet: A0, 09 and B8. RGB value is (160,9,184). Sum of RGB (Red+Green+Blue) = 160+9+184=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 184 (72.27% from 255 or 52.12% from 353); Max value from RGB is 184 - color contains mainly: blue. Hex color #A009B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A009B8 is #5FF647. Grayscale: #494949. Windows color (decimal): -6288968 or 12061088. OLE color: 12061088.

HSL color Cylindrical-coordinate representation of color #A009B8: hue angle of 291.77º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A009B8 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 9 184 -
CMYK 0.13 0.95 0 0.28
HSL 291.77º 0.91% 0.38% -
HSV(B) 291.77º 0.95% 0.72% -
XYZ 23.25 11.13 46.27 -
YUV 74.1 190.03 189.27 -
System Red Green Blue C M Y K H S L
Decimal 160 9 184 0.13 0.95 0 0.28 291.77 0.91 0.38
Hex A0 9 B8 D 5F 0 1C 124 5B 26
Octal 240 11 270 15 137 0 34 444 133 46
Binary 10100000 1001 10111000 1101 1011111 0 11100 100100100 1011011 100110

Color Harmonies of #A009B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A009B8

Black with #A009B8

Text Example


Text Example

White with #A009B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A009B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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