Html Css Color HEX #A9006C Eggplant

📋 copy color: '#A9006C'

red 169 ◦ green 0 ◦ blue 108

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

Shades of Eggplant #A9006C

Tints of Eggplant #A9006C

RGB

 RED value IS 169 (66.41% from 255) = 61.01%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 108 (42.58% from 255) = 38.99%

R = 61.01%
G = 0%
B = 38.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A9006C (or 0xA9006C) is known color: Eggplant. HEX triplet: A9, 00 and 6C. RGB value is (169,0,108). Sum of RGB (Red+Green+Blue) = 169+0+108=277 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.01% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 169 - color contains mainly: red. Hex color #A9006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9006C is #56FF93. Grayscale: #3E3E3E. Windows color (decimal): -5701524 or 7078057. OLE color: 7078057.

HSL color Cylindrical-coordinate representation of color #A9006C: hue angle of 321.66º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A9006C is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 0 108 -
CMYK 0 1 0.36 0.34
HSL 321.66º 1% 0.33% -
HSV(B) 321.66º 1% 0.66% -
XYZ 19.07 9.52 15.02 -
YUV 62.84 153.49 203.72 -
System Red Green Blue C M Y K H S L
Decimal 169 0 108 0 1 0.36 0.34 321.66 1 0.33
Hex A9 0 6C 0 64 24 22 142 64 21
Octal 251 0 154 0 144 44 42 502 144 41
Binary 10101001 0 1101100 0 1100100 100100 100010 101000010 1100100 100001

Color Harmonies of #A9006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9006C

Black with #A9006C

Text Example


Text Example

White with #A9006C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9006C; }

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

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

background-color css

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

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

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

border-color css

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

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

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