Html Css Color HEX #A50282 Eggplant

📋 copy color: '#A50282'

red 165 ◦ green 2 ◦ blue 130

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

Shades of Eggplant #A50282

Tints of Eggplant #A50282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.77%

R = 55.56%
G = 0.67%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A50282 (or 0xA50282) is known color: Eggplant. HEX triplet: A5, 02 and 82. RGB value is (165,2,130). Sum of RGB (Red+Green+Blue) = 165+2+130=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A50282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50282 is #5AFD7D. Grayscale: #404040. Windows color (decimal): -5963134 or 8520357. OLE color: 8520357.

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

Color convert

RGB 165 2 130 -
CMYK 0 0.99 0.21 0.35
HSL 312.88º 0.98% 0.33% -
HSV(B) 312.88º 0.99% 0.65% -
XYZ 19.57 9.65 21.95 -
YUV 65.33 164.5 199.09 -
System Red Green Blue C M Y K H S L
Decimal 165 2 130 0 0.99 0.21 0.35 312.88 0.98 0.33
Hex A5 2 82 0 63 15 23 139 62 21
Octal 245 2 202 0 143 25 43 471 142 41
Binary 10100101 10 10000010 0 1100011 10101 100011 100111001 1100010 100001

Color Harmonies of #A50282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50282

Black with #A50282

Text Example


Text Example

White with #A50282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50282; }

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

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

background-color css

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

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

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

border-color css

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

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

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