Html Css Color HEX #A0027E Eggplant

📋 copy color: '#A0027E'

red 160 ◦ green 2 ◦ blue 126

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

Shades of Eggplant #A0027E

Tints of Eggplant #A0027E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.75%

R = 55.56%
G = 0.69%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0027E (or 0xA0027E) is known color: Eggplant. HEX triplet: A0, 02 and 7E. RGB value is (160,2,126). Sum of RGB (Red+Green+Blue) = 160+2+126=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0027E is #5FFD81. Grayscale: #3F3F3F. Windows color (decimal): -6290818 or 8258208. OLE color: 8258208.

HSL color Cylindrical-coordinate representation of color #A0027E: hue angle of 312.91º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0027E is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 2 126 -
CMYK 0 0.99 0.21 0.37
HSL 312.91º 0.98% 0.32% -
HSV(B) 312.91º 0.99% 0.63% -
XYZ 18.28 9.02 20.52 -
YUV 63.38 163.35 196.92 -
System Red Green Blue C M Y K H S L
Decimal 160 2 126 0 0.99 0.21 0.37 312.91 0.98 0.32
Hex A0 2 7E 0 63 15 25 139 62 20
Octal 240 2 176 0 143 25 45 471 142 40
Binary 10100000 10 1111110 0 1100011 10101 100101 100111001 1100010 100000

Color Harmonies of #A0027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0027E

Black with #A0027E

Text Example


Text Example

White with #A0027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0027E; }

 p { color: rgb(160,2,126); }

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

background-color css

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

 a { background-color: rgb(160,2,126); }

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

border-color css

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

 span { border-color: rgb(160,2,126); }

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