Html Css Color HEX #A50181 Eggplant

📋 copy color: '#A50181'

red 165 ◦ green 1 ◦ blue 129

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

Shades of Eggplant #A50181

Tints of Eggplant #A50181

RGB

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

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

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

R = 55.93%
G = 0.34%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A50181 (or 0xA50181) is known color: Eggplant. HEX triplet: A5, 01 and 81. RGB value is (165,1,129). Sum of RGB (Red+Green+Blue) = 165+1+129=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A50181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50181 is #5AFE7E. Grayscale: #404040. Windows color (decimal): -5963391 or 8454565. OLE color: 8454565.

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

Color convert

RGB 165 1 129 -
CMYK 0 0.99 0.22 0.35
HSL 313.17º 0.99% 0.33% -
HSV(B) 313.17º 0.99% 0.65% -
XYZ 19.49 9.61 21.6 -
YUV 64.63 164.33 199.59 -
System Red Green Blue C M Y K H S L
Decimal 165 1 129 0 0.99 0.22 0.35 313.17 0.99 0.33
Hex A5 1 81 0 63 16 23 139 63 21
Octal 245 1 201 0 143 26 43 471 143 41
Binary 10100101 1 10000001 0 1100011 10110 100011 100111001 1100011 100001

Color Harmonies of #A50181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50181

Black with #A50181

Text Example


Text Example

White with #A50181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50181; }

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

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

background-color css

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

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

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

border-color css

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

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

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