Html Css Color HEX #A50870 Eggplant

📋 copy color: '#A50870'

red 165 ◦ green 8 ◦ blue 112

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

Shades of Eggplant #A50870

Tints of Eggplant #A50870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.81%

 BLUE value IS 112 (44.14% from 255) = 39.3%

R = 57.89%
G = 2.81%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A50870 (or 0xA50870) is known color: Eggplant. HEX triplet: A5, 08 and 70. RGB value is (165,8,112). Sum of RGB (Red+Green+Blue) = 165+8+112=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A50870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50870 is #5AF78F. Grayscale: #424242. Windows color (decimal): -5961616 or 7342245. OLE color: 7342245.

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

Color convert

RGB 165 8 112 -
CMYK 0 0.95 0.32 0.35
HSL 320.25º 0.91% 0.34% -
HSV(B) 320.25º 0.95% 0.65% -
XYZ 18.53 9.34 16.16 -
YUV 66.8 153.51 198.04 -
System Red Green Blue C M Y K H S L
Decimal 165 8 112 0 0.95 0.32 0.35 320.25 0.91 0.34
Hex A5 8 70 0 5F 20 23 140 5B 22
Octal 245 10 160 0 137 40 43 500 133 42
Binary 10100101 1000 1110000 0 1011111 100000 100011 101000000 1011011 100010

Color Harmonies of #A50870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50870

Black with #A50870

Text Example


Text Example

White with #A50870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50870; }

 p { color: rgb(165,8,112); }

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

background-color css

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

 a { background-color: rgb(165,8,112); }

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

border-color css

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

 span { border-color: rgb(165,8,112); }

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