Html Css Color HEX #A9006D Eggplant

📋 copy color: '#A9006D'

red 169 ◦ green 0 ◦ blue 109

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

Shades of Eggplant #A9006D

Tints of Eggplant #A9006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 60.79%
G = 0%
B = 39.21%

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

#A9006D (or 0xA9006D) is known color: Eggplant. HEX triplet: A9, 00 and 6D. RGB value is (169,0,109). Sum of RGB (Red+Green+Blue) = 169+0+109=278 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.79% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 169 - color contains mainly: red. Hex color #A9006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9006D is #56FF92. Grayscale: #3E3E3E. Windows color (decimal): -5701523 or 7143593. OLE color: 7143593.

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

Color convert

RGB 169 0 109 -
CMYK 0 1 0.36 0.34
HSL 321.3º 1% 0.33% -
HSV(B) 321.3º 1% 0.66% -
XYZ 19.12 9.54 15.3 -
YUV 62.96 153.99 203.64 -
System Red Green Blue C M Y K H S L
Decimal 169 0 109 0 1 0.36 0.34 321.3 1 0.33
Hex A9 0 6D 0 64 24 22 141 64 21
Octal 251 0 155 0 144 44 42 501 144 41
Binary 10101001 0 1101101 0 1100100 100100 100010 101000001 1100100 100001

Color Harmonies of #A9006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9006D

Black with #A9006D

Text Example


Text Example

White with #A9006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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