Html Css Color HEX #A50173 Eggplant

📋 copy color: '#A50173'

red 165 ◦ green 1 ◦ blue 115

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

Shades of Eggplant #A50173

Tints of Eggplant #A50173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 58.72%
G = 0.36%
B = 40.93%

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

#A50173 (or 0xA50173) is known color: Eggplant. HEX triplet: A5, 01 and 73. RGB value is (165,1,115). Sum of RGB (Red+Green+Blue) = 165+1+115=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A50173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50173 is #5AFE8C. Grayscale: #3E3E3E. Windows color (decimal): -5963405 or 7537061. OLE color: 7537061.

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

Color convert

RGB 165 1 115 -
CMYK 0 0.99 0.30 0.35
HSL 318.29º 0.99% 0.33% -
HSV(B) 318.29º 0.99% 0.65% -
XYZ 18.62 9.26 17.03 -
YUV 63.03 157.33 200.73 -
System Red Green Blue C M Y K H S L
Decimal 165 1 115 0 0.99 0.30 0.35 318.29 0.99 0.33
Hex A5 1 73 0 63 1E 23 13E 63 21
Octal 245 1 163 0 143 36 43 476 143 41
Binary 10100101 1 1110011 0 1100011 11110 100011 100111110 1100011 100001

Color Harmonies of #A50173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50173

Black with #A50173

Text Example


Text Example

White with #A50173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50173; }

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

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

background-color css

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

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

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

border-color css

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

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

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