Html Css Color HEX #A50172 Eggplant

📋 copy color: '#A50172'

red 165 ◦ green 1 ◦ blue 114

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

Shades of Eggplant #A50172

Tints of Eggplant #A50172

RGB

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

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

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

R = 58.93%
G = 0.36%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A50172 (or 0xA50172) is known color: Eggplant. HEX triplet: A5, 01 and 72. RGB value is (165,1,114). Sum of RGB (Red+Green+Blue) = 165+1+114=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A50172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50172 is #5AFE8D. Grayscale: #3E3E3E. Windows color (decimal): -5963406 or 7471525. OLE color: 7471525.

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

Color convert

RGB 165 1 114 -
CMYK 0 0.99 0.31 0.35
HSL 318.66º 0.99% 0.33% -
HSV(B) 318.66º 0.99% 0.65% -
XYZ 18.57 9.24 16.72 -
YUV 62.92 156.83 200.81 -
System Red Green Blue C M Y K H S L
Decimal 165 1 114 0 0.99 0.31 0.35 318.66 0.99 0.33
Hex A5 1 72 0 63 1F 23 13F 63 21
Octal 245 1 162 0 143 37 43 477 143 41
Binary 10100101 1 1110010 0 1100011 11111 100011 100111111 1100011 100001

Color Harmonies of #A50172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50172

Black with #A50172

Text Example


Text Example

White with #A50172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50172; }

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

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

background-color css

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

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

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

border-color css

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

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

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