Html Css Color HEX #A9006B Eggplant

📋 copy color: '#A9006B'

red 169 ◦ green 0 ◦ blue 107

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

Shades of Eggplant #A9006B

Tints of Eggplant #A9006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.77%

R = 61.23%
G = 0%
B = 38.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A9006B (or 0xA9006B) is known color: Eggplant. HEX triplet: A9, 00 and 6B. RGB value is (169,0,107). Sum of RGB (Red+Green+Blue) = 169+0+107=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A9006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9006B is #56FF94. Grayscale: #3E3E3E. Windows color (decimal): -5701525 or 7012521. OLE color: 7012521.

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

Color convert

RGB 169 0 107 -
CMYK 0 1 0.37 0.34
HSL 322.01º 1% 0.33% -
HSV(B) 322.01º 1% 0.66% -
XYZ 19.02 9.5 14.74 -
YUV 62.73 152.99 203.8 -
System Red Green Blue C M Y K H S L
Decimal 169 0 107 0 1 0.37 0.34 322.01 1 0.33
Hex A9 0 6B 0 64 25 22 142 64 21
Octal 251 0 153 0 144 45 42 502 144 41
Binary 10101001 0 1101011 0 1100100 100101 100010 101000010 1100100 100001

Color Harmonies of #A9006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9006B

Black with #A9006B

Text Example


Text Example

White with #A9006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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