Html Css Color HEX #A90481 Eggplant

📋 copy color: '#A90481'

red 169 ◦ green 4 ◦ blue 129

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

Shades of Eggplant #A90481

Tints of Eggplant #A90481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 129 (50.78% from 255) = 42.72%

R = 55.96%
G = 1.32%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A90481 (or 0xA90481) is known color: Eggplant. HEX triplet: A9, 04 and 81. RGB value is (169,4,129). Sum of RGB (Red+Green+Blue) = 169+4+129=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A90481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90481 is #56FB7E. Grayscale: #434343. Windows color (decimal): -5700479 or 8455337. OLE color: 8455337.

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

Color convert

RGB 169 4 129 -
CMYK 0 0.98 0.24 0.34
HSL 314.55º 0.95% 0.34% -
HSV(B) 314.55º 0.98% 0.66% -
XYZ 20.37 10.11 21.65 -
YUV 67.59 162.66 200.34 -
System Red Green Blue C M Y K H S L
Decimal 169 4 129 0 0.98 0.24 0.34 314.55 0.95 0.34
Hex A9 4 81 0 62 18 22 13B 5F 22
Octal 251 4 201 0 142 30 42 473 137 42
Binary 10101001 100 10000001 0 1100010 11000 100010 100111011 1011111 100010

Color Harmonies of #A90481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90481

Black with #A90481

Text Example


Text Example

White with #A90481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90481; }

 p { color: rgb(169,4,129); }

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

background-color css

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

 a { background-color: rgb(169,4,129); }

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

border-color css

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

 span { border-color: rgb(169,4,129); }

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