Html Css Color HEX #AF0877 Eggplant

📋 copy color: '#AF0877'

red 175 ◦ green 8 ◦ blue 119

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

Shades of Eggplant #AF0877

Tints of Eggplant #AF0877

RGB

 RED value IS 175 (68.75% from 255) = 57.95%

 GREEN value IS 8 (3.52% from 255) = 2.65%

 BLUE value IS 119 (46.88% from 255) = 39.4%

R = 57.95%
G = 2.65%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF0877 (or 0xAF0877) is known color: Eggplant. HEX triplet: AF, 08 and 77. RGB value is (175,8,119). Sum of RGB (Red+Green+Blue) = 175+8+119=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0877 is #50F788. Grayscale: #464646. Windows color (decimal): -5306249 or 7801007. OLE color: 7801007.

HSL color Cylindrical-coordinate representation of color #AF0877: hue angle of 320.12º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0877 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 8 119 -
CMYK 0 0.95 0.32 0.31
HSL 320.12º 0.91% 0.36% -
HSV(B) 320.12º 0.95% 0.69% -
XYZ 21.1 10.62 18.39 -
YUV 70.59 155.33 202.47 -
System Red Green Blue C M Y K H S L
Decimal 175 8 119 0 0.95 0.32 0.31 320.12 0.91 0.36
Hex AF 8 77 0 5F 20 1F 140 5B 24
Octal 257 10 167 0 137 40 37 500 133 44
Binary 10101111 1000 1110111 0 1011111 100000 11111 101000000 1011011 100100

Color Harmonies of #AF0877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0877

Black with #AF0877

Text Example


Text Example

White with #AF0877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0877; }

 p { color: rgb(175,8,119); }

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

background-color css

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

 a { background-color: rgb(175,8,119); }

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

border-color css

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

 span { border-color: rgb(175,8,119); }

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