Html Css Color HEX #A50681 Eggplant

📋 copy color: '#A50681'

red 165 ◦ green 6 ◦ blue 129

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

Shades of Eggplant #A50681

Tints of Eggplant #A50681

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2%

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

R = 55%
G = 2%
B = 43%

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

#A50681 (or 0xA50681) is known color: Eggplant. HEX triplet: A5, 06 and 81. RGB value is (165,6,129). Sum of RGB (Red+Green+Blue) = 165+6+129=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A50681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50681 is #5AF97E. Grayscale: #434343. Windows color (decimal): -5962111 or 8455845. OLE color: 8455845.

HSL color Cylindrical-coordinate representation of color #A50681: hue angle of 313.58º degrees, saturation: 0.93, 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 #A50681 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 6 129 -
CMYK 0 0.96 0.22 0.35
HSL 313.58º 0.93% 0.34% -
HSV(B) 313.58º 0.96% 0.65% -
XYZ 19.54 9.71 21.61 -
YUV 67.56 162.68 197.5 -
System Red Green Blue C M Y K H S L
Decimal 165 6 129 0 0.96 0.22 0.35 313.58 0.93 0.34
Hex A5 6 81 0 60 16 23 13A 5D 22
Octal 245 6 201 0 140 26 43 472 135 42
Binary 10100101 110 10000001 0 1100000 10110 100011 100111010 1011101 100010

Color Harmonies of #A50681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50681

Black with #A50681

Text Example


Text Example

White with #A50681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50681; }

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

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

background-color css

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

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

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

border-color css

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

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

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