Html Css Color HEX #A51181 Eggplant

📋 copy color: '#A51181'

red 165 ◦ green 17 ◦ blue 129

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

Shades of Eggplant #A51181

Tints of Eggplant #A51181

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.47%

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

R = 53.05%
G = 5.47%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A51181 (or 0xA51181) is known color: Eggplant. HEX triplet: A5, 11 and 81. RGB value is (165,17,129). Sum of RGB (Red+Green+Blue) = 165+17+129=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A51181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51181 is #5AEE7E. Grayscale: #494949. Windows color (decimal): -5959295 or 8458661. OLE color: 8458661.

HSL color Cylindrical-coordinate representation of color #A51181: hue angle of 314.59º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51181 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 17 129 -
CMYK 0 0.90 0.22 0.35
HSL 314.59º 0.81% 0.36% -
HSV(B) 314.59º 0.9% 0.65% -
XYZ 19.68 9.99 21.66 -
YUV 74.02 159.03 192.89 -
System Red Green Blue C M Y K H S L
Decimal 165 17 129 0 0.90 0.22 0.35 314.59 0.81 0.36
Hex A5 11 81 0 5A 16 23 13B 51 24
Octal 245 21 201 0 132 26 43 473 121 44
Binary 10100101 10001 10000001 0 1011010 10110 100011 100111011 1010001 100100

Color Harmonies of #A51181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51181

Black with #A51181

Text Example


Text Example

White with #A51181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51181; }

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

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

background-color css

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

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

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

border-color css

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

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

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