Html Css Color HEX #A90180 Eggplant

📋 copy color: '#A90180'

red 169 ◦ green 1 ◦ blue 128

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

Shades of Eggplant #A90180

Tints of Eggplant #A90180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 42.95%

R = 56.71%
G = 0.34%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A90180 (or 0xA90180) is known color: Eggplant. HEX triplet: A9, 01 and 80. RGB value is (169,1,128). Sum of RGB (Red+Green+Blue) = 169+1+128=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A90180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90180 is #56FE7F. Grayscale: #414141. Windows color (decimal): -5701248 or 8389033. OLE color: 8389033.

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

Color convert

RGB 169 1 128 -
CMYK 0 0.99 0.24 0.34
HSL 314.64º 0.99% 0.33% -
HSV(B) 314.64º 0.99% 0.66% -
XYZ 20.27 10.02 21.29 -
YUV 65.71 163.16 201.67 -
System Red Green Blue C M Y K H S L
Decimal 169 1 128 0 0.99 0.24 0.34 314.64 0.99 0.33
Hex A9 1 80 0 63 18 22 13B 63 21
Octal 251 1 200 0 143 30 42 473 143 41
Binary 10101001 1 10000000 0 1100011 11000 100010 100111011 1100011 100001

Color Harmonies of #A90180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90180

Black with #A90180

Text Example


Text Example

White with #A90180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90180; }

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

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

background-color css

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

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

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

border-color css

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

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

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