Html Css Color HEX #A50581 Eggplant

📋 copy color: '#A50581'

red 165 ◦ green 5 ◦ blue 129

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

Shades of Eggplant #A50581

Tints of Eggplant #A50581

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

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

R = 55.18%
G = 1.67%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A50581 (or 0xA50581) is known color: Eggplant. HEX triplet: A5, 05 and 81. RGB value is (165,5,129). Sum of RGB (Red+Green+Blue) = 165+5+129=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A50581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50581 is #5AFA7E. Grayscale: #424242. Windows color (decimal): -5962367 or 8455589. OLE color: 8455589.

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

Color convert

RGB 165 5 129 -
CMYK 0 0.97 0.22 0.35
HSL 313.5º 0.94% 0.33% -
HSV(B) 313.5º 0.97% 0.65% -
XYZ 19.53 9.69 21.61 -
YUV 66.98 163.01 197.92 -
System Red Green Blue C M Y K H S L
Decimal 165 5 129 0 0.97 0.22 0.35 313.5 0.94 0.33
Hex A5 5 81 0 61 16 23 13A 5E 21
Octal 245 5 201 0 141 26 43 472 136 41
Binary 10100101 101 10000001 0 1100001 10110 100011 100111010 1011110 100001

Color Harmonies of #A50581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50581

Black with #A50581

Text Example


Text Example

White with #A50581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50581; }

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

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

background-color css

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

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

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

border-color css

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

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

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