Html Css Color HEX #A50672 Eggplant

📋 copy color: '#A50672'

red 165 ◦ green 6 ◦ blue 114

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

Shades of Eggplant #A50672

Tints of Eggplant #A50672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40%

R = 57.89%
G = 2.11%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A50672 (or 0xA50672) is known color: Eggplant. HEX triplet: A5, 06 and 72. RGB value is (165,6,114). Sum of RGB (Red+Green+Blue) = 165+6+114=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A50672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50672 is #5AF98D. Grayscale: #414141. Windows color (decimal): -5962126 or 7472805. OLE color: 7472805.

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

Color convert

RGB 165 6 114 -
CMYK 0 0.96 0.31 0.35
HSL 319.25º 0.93% 0.34% -
HSV(B) 319.25º 0.96% 0.65% -
XYZ 18.62 9.34 16.74 -
YUV 65.85 155.18 198.72 -
System Red Green Blue C M Y K H S L
Decimal 165 6 114 0 0.96 0.31 0.35 319.25 0.93 0.34
Hex A5 6 72 0 60 1F 23 13F 5D 22
Octal 245 6 162 0 140 37 43 477 135 42
Binary 10100101 110 1110010 0 1100000 11111 100011 100111111 1011101 100010

Color Harmonies of #A50672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50672

Black with #A50672

Text Example


Text Example

White with #A50672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50672; }

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

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

background-color css

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

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

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

border-color css

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

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

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