Html Css Color HEX #A9026D Eggplant

📋 copy color: '#A9026D'

red 169 ◦ green 2 ◦ blue 109

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

Shades of Eggplant #A9026D

Tints of Eggplant #A9026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 60.36%
G = 0.71%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A9026D (or 0xA9026D) is known color: Eggplant. HEX triplet: A9, 02 and 6D. RGB value is (169,2,109). Sum of RGB (Red+Green+Blue) = 169+2+109=280 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.36% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 169 - color contains mainly: red. Hex color #A9026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9026D is #56FD92. Grayscale: #3F3F3F. Windows color (decimal): -5701011 or 7144105. OLE color: 7144105.

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

Color convert

RGB 169 2 109 -
CMYK 0 0.99 0.36 0.34
HSL 321.56º 0.98% 0.34% -
HSV(B) 321.56º 0.99% 0.66% -
XYZ 19.14 9.58 15.31 -
YUV 64.13 153.33 202.8 -
System Red Green Blue C M Y K H S L
Decimal 169 2 109 0 0.99 0.36 0.34 321.56 0.98 0.34
Hex A9 2 6D 0 63 24 22 142 62 22
Octal 251 2 155 0 143 44 42 502 142 42
Binary 10101001 10 1101101 0 1100011 100100 100010 101000010 1100010 100010

Color Harmonies of #A9026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9026D

Black with #A9026D

Text Example


Text Example

White with #A9026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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