Html Css Color HEX #A01274 Eggplant

📋 copy color: '#A01274'

red 160 ◦ green 18 ◦ blue 116

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

Shades of Eggplant #A01274

Tints of Eggplant #A01274

RGB

 RED value IS 160 (62.89% from 255) = 54.42%

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

 BLUE value IS 116 (45.7% from 255) = 39.46%

R = 54.42%
G = 6.12%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A01274 (or 0xA01274) is known color: Eggplant. HEX triplet: A0, 12 and 74. RGB value is (160,18,116). Sum of RGB (Red+Green+Blue) = 160+18+116=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A01274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01274 is #5FED8B. Grayscale: #474747. Windows color (decimal): -6286732 or 7606944. OLE color: 7606944.

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

Color convert

RGB 160 18 116 -
CMYK 0 0.89 0.28 0.37
HSL 318.59º 0.8% 0.35% -
HSV(B) 318.59º 0.89% 0.63% -
XYZ 17.87 9.17 17.35 -
YUV 71.63 153.04 191.03 -
System Red Green Blue C M Y K H S L
Decimal 160 18 116 0 0.89 0.28 0.37 318.59 0.8 0.35
Hex A0 12 74 0 59 1C 25 13F 50 23
Octal 240 22 164 0 131 34 45 477 120 43
Binary 10100000 10010 1110100 0 1011001 11100 100101 100111111 1010000 100011

Color Harmonies of #A01274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01274

Black with #A01274

Text Example


Text Example

White with #A01274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01274; }

 p { color: rgb(160,18,116); }

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

background-color css

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

 a { background-color: rgb(160,18,116); }

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

border-color css

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

 span { border-color: rgb(160,18,116); }

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