Html Css Color HEX #A90178 Eggplant

📋 copy color: '#A90178'

red 169 ◦ green 1 ◦ blue 120

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

Shades of Eggplant #A90178

Tints of Eggplant #A90178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 120 (47.27% from 255) = 41.38%

R = 58.28%
G = 0.34%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#A90178 (or 0xA90178) is known color: Eggplant. HEX triplet: A9, 01 and 78. RGB value is (169,1,120). Sum of RGB (Red+Green+Blue) = 169+1+120=290 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.28% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 169 - color contains mainly: red. Hex color #A90178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90178 is #56FE87. Grayscale: #404040. Windows color (decimal): -5701256 or 7864745. OLE color: 7864745.

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

Color convert

RGB 169 1 120 -
CMYK 0 0.99 0.29 0.34
HSL 317.5º 0.99% 0.33% -
HSV(B) 317.5º 0.99% 0.66% -
XYZ 19.76 9.81 18.62 -
YUV 64.8 159.16 202.32 -
System Red Green Blue C M Y K H S L
Decimal 169 1 120 0 0.99 0.29 0.34 317.5 0.99 0.33
Hex A9 1 78 0 63 1D 22 13E 63 21
Octal 251 1 170 0 143 35 42 476 143 41
Binary 10101001 1 1111000 0 1100011 11101 100010 100111110 1100011 100001

Color Harmonies of #A90178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90178

Black with #A90178

Text Example


Text Example

White with #A90178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90178; }

 p { color: rgb(169,1,120); }

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

background-color css

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

 a { background-color: rgb(169,1,120); }

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

border-color css

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

 span { border-color: rgb(169,1,120); }

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