Html Css Color HEX #A50781 Eggplant

📋 copy color: '#A50781'

red 165 ◦ green 7 ◦ blue 129

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

Shades of Eggplant #A50781

Tints of Eggplant #A50781

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

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

R = 54.82%
G = 2.33%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A50781 (or 0xA50781) is known color: Eggplant. HEX triplet: A5, 07 and 81. RGB value is (165,7,129). Sum of RGB (Red+Green+Blue) = 165+7+129=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A50781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50781 is #5AF87E. Grayscale: #434343. Windows color (decimal): -5961855 or 8456101. OLE color: 8456101.

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

Color convert

RGB 165 7 129 -
CMYK 0 0.96 0.22 0.35
HSL 313.67º 0.92% 0.34% -
HSV(B) 313.67º 0.96% 0.65% -
XYZ 19.56 9.74 21.62 -
YUV 68.15 162.35 197.08 -
System Red Green Blue C M Y K H S L
Decimal 165 7 129 0 0.96 0.22 0.35 313.67 0.92 0.34
Hex A5 7 81 0 60 16 23 13A 5C 22
Octal 245 7 201 0 140 26 43 472 134 42
Binary 10100101 111 10000001 0 1100000 10110 100011 100111010 1011100 100010

Color Harmonies of #A50781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50781

Black with #A50781

Text Example


Text Example

White with #A50781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50781; }

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

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

background-color css

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

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

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

border-color css

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

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

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