Html Css Color HEX #A50280 Eggplant

📋 copy color: '#A50280'

red 165 ◦ green 2 ◦ blue 128

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

Shades of Eggplant #A50280

Tints of Eggplant #A50280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.39%

R = 55.93%
G = 0.68%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A50280 (or 0xA50280) is known color: Eggplant. HEX triplet: A5, 02 and 80. RGB value is (165,2,128). Sum of RGB (Red+Green+Blue) = 165+2+128=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A50280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50280 is #5AFD7F. Grayscale: #404040. Windows color (decimal): -5963136 or 8389285. OLE color: 8389285.

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

Color convert

RGB 165 2 128 -
CMYK 0 0.99 0.22 0.35
HSL 313.62º 0.98% 0.33% -
HSV(B) 313.62º 0.99% 0.65% -
XYZ 19.44 9.6 21.25 -
YUV 65.1 163.5 199.25 -
System Red Green Blue C M Y K H S L
Decimal 165 2 128 0 0.99 0.22 0.35 313.62 0.98 0.33
Hex A5 2 80 0 63 16 23 13A 62 21
Octal 245 2 200 0 143 26 43 472 142 41
Binary 10100101 10 10000000 0 1100011 10110 100011 100111010 1100010 100001

Color Harmonies of #A50280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50280

Black with #A50280

Text Example


Text Example

White with #A50280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50280; }

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

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

background-color css

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

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

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

border-color css

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

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

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