Html Css Color HEX #A00F7A Eggplant

📋 copy color: '#A00F7A'

red 160 ◦ green 15 ◦ blue 122

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

Shades of Eggplant #A00F7A

Tints of Eggplant #A00F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.08%

R = 53.87%
G = 5.05%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A00F7A (or 0xA00F7A) is known color: Eggplant. HEX triplet: A0, 0F and 7A. RGB value is (160,15,122). Sum of RGB (Red+Green+Blue) = 160+15+122=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F7A is #5FF085. Grayscale: #464646. Windows color (decimal): -6287494 or 7999392. OLE color: 7999392.

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

Color convert

RGB 160 15 122 -
CMYK 0 0.91 0.24 0.37
HSL 315.72º 0.83% 0.34% -
HSV(B) 315.72º 0.91% 0.63% -
XYZ 18.18 9.22 19.23 -
YUV 70.55 157.04 191.8 -
System Red Green Blue C M Y K H S L
Decimal 160 15 122 0 0.91 0.24 0.37 315.72 0.83 0.34
Hex A0 F 7A 0 5B 18 25 13C 53 22
Octal 240 17 172 0 133 30 45 474 123 42
Binary 10100000 1111 1111010 0 1011011 11000 100101 100111100 1010011 100010

Color Harmonies of #A00F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F7A

Black with #A00F7A

Text Example


Text Example

White with #A00F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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