Html Css Color HEX #A50170 Eggplant

📋 copy color: '#A50170'

red 165 ◦ green 1 ◦ blue 112

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

Shades of Eggplant #A50170

Tints of Eggplant #A50170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 59.35%
G = 0.36%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A50170 (or 0xA50170) is known color: Eggplant. HEX triplet: A5, 01 and 70. RGB value is (165,1,112). Sum of RGB (Red+Green+Blue) = 165+1+112=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A50170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50170 is #5AFE8F. Grayscale: #3E3E3E. Windows color (decimal): -5963408 or 7340453. OLE color: 7340453.

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

Color convert

RGB 165 1 112 -
CMYK 0 0.99 0.32 0.35
HSL 319.39º 0.99% 0.33% -
HSV(B) 319.39º 0.99% 0.65% -
XYZ 18.45 9.19 16.13 -
YUV 62.69 155.83 200.97 -
System Red Green Blue C M Y K H S L
Decimal 165 1 112 0 0.99 0.32 0.35 319.39 0.99 0.33
Hex A5 1 70 0 63 20 23 13F 63 21
Octal 245 1 160 0 143 40 43 477 143 41
Binary 10100101 1 1110000 0 1100011 100000 100011 100111111 1100011 100001

Color Harmonies of #A50170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50170

Black with #A50170

Text Example


Text Example

White with #A50170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50170; }

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

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

background-color css

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

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

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

border-color css

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

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

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