Html Css Color HEX #A50281 Eggplant

📋 copy color: '#A50281'

red 165 ◦ green 2 ◦ blue 129

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

Shades of Eggplant #A50281

Tints of Eggplant #A50281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 43.58%

R = 55.74%
G = 0.68%
B = 43.58%

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

#A50281 (or 0xA50281) is known color: Eggplant. HEX triplet: A5, 02 and 81. RGB value is (165,2,129). Sum of RGB (Red+Green+Blue) = 165+2+129=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A50281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50281 is #5AFD7E. Grayscale: #404040. Windows color (decimal): -5963135 or 8454821. OLE color: 8454821.

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

Color convert

RGB 165 2 129 -
CMYK 0 0.99 0.22 0.35
HSL 313.25º 0.98% 0.33% -
HSV(B) 313.25º 0.99% 0.65% -
XYZ 19.5 9.63 21.6 -
YUV 65.22 164 199.17 -
System Red Green Blue C M Y K H S L
Decimal 165 2 129 0 0.99 0.22 0.35 313.25 0.98 0.33
Hex A5 2 81 0 63 16 23 139 62 21
Octal 245 2 201 0 143 26 43 471 142 41
Binary 10100101 10 10000001 0 1100011 10110 100011 100111001 1100010 100001

Color Harmonies of #A50281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50281

Black with #A50281

Text Example


Text Example

White with #A50281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50281; }

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

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

background-color css

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

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

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

border-color css

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

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

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