Html Css Color HEX #A50470 Eggplant

📋 copy color: '#A50470'

red 165 ◦ green 4 ◦ blue 112

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

Shades of Eggplant #A50470

Tints of Eggplant #A50470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

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

R = 58.72%
G = 1.42%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A50470 (or 0xA50470) is known color: Eggplant. HEX triplet: A5, 04 and 70. RGB value is (165,4,112). Sum of RGB (Red+Green+Blue) = 165+4+112=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A50470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50470 is #5AFB8F. Grayscale: #404040. Windows color (decimal): -5962640 or 7341221. OLE color: 7341221.

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

Color convert

RGB 165 4 112 -
CMYK 0 0.98 0.32 0.35
HSL 319.75º 0.95% 0.33% -
HSV(B) 319.75º 0.98% 0.65% -
XYZ 18.49 9.26 16.14 -
YUV 64.45 154.84 199.72 -
System Red Green Blue C M Y K H S L
Decimal 165 4 112 0 0.98 0.32 0.35 319.75 0.95 0.33
Hex A5 4 70 0 62 20 23 140 5F 21
Octal 245 4 160 0 142 40 43 500 137 41
Binary 10100101 100 1110000 0 1100010 100000 100011 101000000 1011111 100001

Color Harmonies of #A50470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50470

Black with #A50470

Text Example


Text Example

White with #A50470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50470; }

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

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

background-color css

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

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

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

border-color css

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

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

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