Html Css Color HEX #A00F7B Eggplant

📋 copy color: '#A00F7B'

red 160 ◦ green 15 ◦ blue 123

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

Shades of Eggplant #A00F7B

Tints of Eggplant #A00F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.28%

R = 53.69%
G = 5.03%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A00F7B (or 0xA00F7B) is known color: Eggplant. HEX triplet: A0, 0F and 7B. RGB value is (160,15,123). Sum of RGB (Red+Green+Blue) = 160+15+123=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F7B is #5FF084. Grayscale: #464646. Windows color (decimal): -6287493 or 8064928. OLE color: 8064928.

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

Color convert

RGB 160 15 123 -
CMYK 0 0.91 0.23 0.37
HSL 315.31º 0.83% 0.34% -
HSV(B) 315.31º 0.91% 0.63% -
XYZ 18.24 9.25 19.56 -
YUV 70.67 157.54 191.72 -
System Red Green Blue C M Y K H S L
Decimal 160 15 123 0 0.91 0.23 0.37 315.31 0.83 0.34
Hex A0 F 7B 0 5B 17 25 13B 53 22
Octal 240 17 173 0 133 27 45 473 123 42
Binary 10100000 1111 1111011 0 1011011 10111 100101 100111011 1010011 100010

Color Harmonies of #A00F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F7B

Black with #A00F7B

Text Example


Text Example

White with #A00F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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