Html Css Color HEX #A90075 Eggplant

📋 copy color: '#A90075'

red 169 ◦ green 0 ◦ blue 117

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

Shades of Eggplant #A90075

Tints of Eggplant #A90075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.91%

R = 59.09%
G = 0%
B = 40.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A90075 (or 0xA90075) is known color: Eggplant. HEX triplet: A9, 00 and 75. RGB value is (169,0,117). Sum of RGB (Red+Green+Blue) = 169+0+117=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A90075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90075 is #56FF8A. Grayscale: #3F3F3F. Windows color (decimal): -5701515 or 7667881. OLE color: 7667881.

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

Color convert

RGB 169 0 117 -
CMYK 0 1 0.31 0.34
HSL 318.46º 1% 0.33% -
HSV(B) 318.46º 1% 0.66% -
XYZ 19.57 9.72 17.67 -
YUV 63.87 157.99 202.99 -
System Red Green Blue C M Y K H S L
Decimal 169 0 117 0 1 0.31 0.34 318.46 1 0.33
Hex A9 0 75 0 64 1F 22 13E 64 21
Octal 251 0 165 0 144 37 42 476 144 41
Binary 10101001 0 1110101 0 1100100 11111 100010 100111110 1100100 100001

Color Harmonies of #A90075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90075

Black with #A90075

Text Example


Text Example

White with #A90075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90075; }

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

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

background-color css

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

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

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

border-color css

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

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

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