Html Css Color HEX #A51275 Eggplant

📋 copy color: '#A51275'

red 165 ◦ green 18 ◦ blue 117

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

Shades of Eggplant #A51275

Tints of Eggplant #A51275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6%

 BLUE value IS 117 (46.09% from 255) = 39%

R = 55%
G = 6%
B = 39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A51275 (or 0xA51275) is known color: Eggplant. HEX triplet: A5, 12 and 75. RGB value is (165,18,117). Sum of RGB (Red+Green+Blue) = 165+18+117=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A51275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51275 is #5AED8A. Grayscale: #484848. Windows color (decimal): -5959051 or 7672485. OLE color: 7672485.

HSL color Cylindrical-coordinate representation of color #A51275: hue angle of 319.59º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A51275 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 18 117 -
CMYK 0 0.89 0.29 0.35
HSL 319.59º 0.8% 0.36% -
HSV(B) 319.59º 0.89% 0.65% -
XYZ 18.94 9.72 17.71 -
YUV 73.24 152.7 193.45 -
System Red Green Blue C M Y K H S L
Decimal 165 18 117 0 0.89 0.29 0.35 319.59 0.8 0.36
Hex A5 12 75 0 59 1D 23 140 50 24
Octal 245 22 165 0 131 35 43 500 120 44
Binary 10100101 10010 1110101 0 1011001 11101 100011 101000000 1010000 100100

Color Harmonies of #A51275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51275

Black with #A51275

Text Example


Text Example

White with #A51275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51275; }

 p { color: rgb(165,18,117); }

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

background-color css

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

 a { background-color: rgb(165,18,117); }

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

border-color css

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

 span { border-color: rgb(165,18,117); }

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