Html Css Color HEX #A50174 Eggplant

📋 copy color: '#A50174'

red 165 ◦ green 1 ◦ blue 116

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

Shades of Eggplant #A50174

Tints of Eggplant #A50174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 58.51%
G = 0.35%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A50174 (or 0xA50174) is known color: Eggplant. HEX triplet: A5, 01 and 74. RGB value is (165,1,116). Sum of RGB (Red+Green+Blue) = 165+1+116=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A50174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50174 is #5AFE8B. Grayscale: #3E3E3E. Windows color (decimal): -5963404 or 7602597. OLE color: 7602597.

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

Color convert

RGB 165 1 116 -
CMYK 0 0.99 0.30 0.35
HSL 317.93º 0.99% 0.33% -
HSV(B) 317.93º 0.99% 0.65% -
XYZ 18.68 9.28 17.33 -
YUV 63.15 157.83 200.65 -
System Red Green Blue C M Y K H S L
Decimal 165 1 116 0 0.99 0.30 0.35 317.93 0.99 0.33
Hex A5 1 74 0 63 1E 23 13E 63 21
Octal 245 1 164 0 143 36 43 476 143 41
Binary 10100101 1 1110100 0 1100011 11110 100011 100111110 1100011 100001

Color Harmonies of #A50174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50174

Black with #A50174

Text Example


Text Example

White with #A50174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50174; }

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

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

background-color css

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

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

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

border-color css

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

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

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