Html Css Color HEX #A50273 Eggplant

📋 copy color: '#A50273'

red 165 ◦ green 2 ◦ blue 115

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

Shades of Eggplant #A50273

Tints of Eggplant #A50273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 58.51%
G = 0.71%
B = 40.78%

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

#A50273 (or 0xA50273) is known color: Eggplant. HEX triplet: A5, 02 and 73. RGB value is (165,2,115). Sum of RGB (Red+Green+Blue) = 165+2+115=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A50273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50273 is #5AFD8C. Grayscale: #3F3F3F. Windows color (decimal): -5963149 or 7537317. OLE color: 7537317.

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

Color convert

RGB 165 2 115 -
CMYK 0 0.99 0.30 0.35
HSL 318.4º 0.98% 0.33% -
HSV(B) 318.4º 0.99% 0.65% -
XYZ 18.63 9.28 17.03 -
YUV 63.62 157 200.31 -
System Red Green Blue C M Y K H S L
Decimal 165 2 115 0 0.99 0.30 0.35 318.4 0.98 0.33
Hex A5 2 73 0 63 1E 23 13E 62 21
Octal 245 2 163 0 143 36 43 476 142 41
Binary 10100101 10 1110011 0 1100011 11110 100011 100111110 1100010 100001

Color Harmonies of #A50273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50273

Black with #A50273

Text Example


Text Example

White with #A50273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50273; }

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

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

background-color css

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

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

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

border-color css

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

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

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