Html Css Color HEX #A0007F Eggplant

📋 copy color: '#A0007F'

red 160 ◦ green 0 ◦ blue 127

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

Shades of Eggplant #A0007F

Tints of Eggplant #A0007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.75%
G = 0%
B = 44.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0007F (or 0xA0007F) is known color: Eggplant. HEX triplet: A0, 00 and 7F. RGB value is (160,0,127). Sum of RGB (Red+Green+Blue) = 160+0+127=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A0007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0007F is #5FFF80. Grayscale: #3D3D3D. Windows color (decimal): -6291329 or 8323232. OLE color: 8323232.

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

Color convert

RGB 160 0 127 -
CMYK 0 1 0.21 0.37
HSL 312.38º 1% 0.31% -
HSV(B) 312.38º 1% 0.63% -
XYZ 18.33 9.01 20.85 -
YUV 62.32 164.51 197.67 -
System Red Green Blue C M Y K H S L
Decimal 160 0 127 0 1 0.21 0.37 312.38 1 0.31
Hex A0 0 7F 0 64 15 25 138 64 1F
Octal 240 0 177 0 144 25 45 470 144 37
Binary 10100000 0 1111111 0 1100100 10101 100101 100111000 1100100 11111

Color Harmonies of #A0007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0007F

Black with #A0007F

Text Example


Text Example

White with #A0007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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