Html Css Color HEX #A0027F Eggplant

📋 copy color: '#A0027F'

red 160 ◦ green 2 ◦ blue 127

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

Shades of Eggplant #A0027F

Tints of Eggplant #A0027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.94%

R = 55.36%
G = 0.69%
B = 43.94%

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

#A0027F (or 0xA0027F) is known color: Eggplant. HEX triplet: A0, 02 and 7F. RGB value is (160,2,127). Sum of RGB (Red+Green+Blue) = 160+2+127=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A0027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0027F is #5FFD80. Grayscale: #3F3F3F. Windows color (decimal): -6290817 or 8323744. OLE color: 8323744.

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

Color convert

RGB 160 2 127 -
CMYK 0 0.99 0.21 0.37
HSL 312.53º 0.98% 0.32% -
HSV(B) 312.53º 0.99% 0.63% -
XYZ 18.35 9.05 20.86 -
YUV 63.49 163.85 196.84 -
System Red Green Blue C M Y K H S L
Decimal 160 2 127 0 0.99 0.21 0.37 312.53 0.98 0.32
Hex A0 2 7F 0 63 15 25 139 62 20
Octal 240 2 177 0 143 25 45 471 142 40
Binary 10100000 10 1111111 0 1100011 10101 100101 100111001 1100010 100000

Color Harmonies of #A0027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0027F

Black with #A0027F

Text Example


Text Example

White with #A0027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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