Html Css Color HEX #A00F7F Eggplant

📋 copy color: '#A00F7F'

red 160 ◦ green 15 ◦ blue 127

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

Shades of Eggplant #A00F7F

Tints of Eggplant #A00F7F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.97%

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

R = 52.98%
G = 4.97%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A00F7F (or 0xA00F7F) is known color: Eggplant. HEX triplet: A0, 0F and 7F. RGB value is (160,15,127). Sum of RGB (Red+Green+Blue) = 160+15+127=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F7F is #5FF080. Grayscale: #464646. Windows color (decimal): -6287489 or 8327072. OLE color: 8327072.

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

Color convert

RGB 160 15 127 -
CMYK 0 0.91 0.21 0.37
HSL 313.66º 0.83% 0.34% -
HSV(B) 313.66º 0.91% 0.63% -
XYZ 18.5 9.35 20.91 -
YUV 71.12 159.54 191.39 -
System Red Green Blue C M Y K H S L
Decimal 160 15 127 0 0.91 0.21 0.37 313.66 0.83 0.34
Hex A0 F 7F 0 5B 15 25 13A 53 22
Octal 240 17 177 0 133 25 45 472 123 42
Binary 10100000 1111 1111111 0 1011011 10101 100101 100111010 1010011 100010

Color Harmonies of #A00F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F7F

Black with #A00F7F

Text Example


Text Example

White with #A00F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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