Html Css Color HEX #A50981 Eggplant

📋 copy color: '#A50981'

red 165 ◦ green 9 ◦ blue 129

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

Shades of Eggplant #A50981

Tints of Eggplant #A50981

RGB

 RED value IS 165 (64.84% from 255) = 54.46%

 GREEN value IS 9 (3.91% from 255) = 2.97%

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

R = 54.46%
G = 2.97%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A50981 (or 0xA50981) is known color: Eggplant. HEX triplet: A5, 09 and 81. RGB value is (165,9,129). Sum of RGB (Red+Green+Blue) = 165+9+129=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A50981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50981 is #5AF67E. Grayscale: #454545. Windows color (decimal): -5961343 or 8456613. OLE color: 8456613.

HSL color Cylindrical-coordinate representation of color #A50981: hue angle of 313.85º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50981 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 9 129 -
CMYK 0 0.95 0.22 0.35
HSL 313.85º 0.9% 0.34% -
HSV(B) 313.85º 0.95% 0.65% -
XYZ 19.58 9.78 21.62 -
YUV 69.32 161.68 196.24 -
System Red Green Blue C M Y K H S L
Decimal 165 9 129 0 0.95 0.22 0.35 313.85 0.9 0.34
Hex A5 9 81 0 5F 16 23 13A 5A 22
Octal 245 11 201 0 137 26 43 472 132 42
Binary 10100101 1001 10000001 0 1011111 10110 100011 100111010 1011010 100010

Color Harmonies of #A50981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50981

Black with #A50981

Text Example


Text Example

White with #A50981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50981; }

 p { color: rgb(165,9,129); }

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

background-color css

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

 a { background-color: rgb(165,9,129); }

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

border-color css

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

 span { border-color: rgb(165,9,129); }

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