Html Css Color HEX #AF0776 Eggplant

📋 copy color: '#AF0776'

red 175 ◦ green 7 ◦ blue 118

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

Shades of Eggplant #AF0776

Tints of Eggplant #AF0776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

 BLUE value IS 118 (46.48% from 255) = 39.33%

R = 58.33%
G = 2.33%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF0776 (or 0xAF0776) is known color: Eggplant. HEX triplet: AF, 07 and 76. RGB value is (175,7,118). Sum of RGB (Red+Green+Blue) = 175+7+118=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0776 is #50F889. Grayscale: #454545. Windows color (decimal): -5306506 or 7735215. OLE color: 7735215.

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

Color convert

RGB 175 7 118 -
CMYK 0 0.96 0.33 0.31
HSL 320.36º 0.92% 0.36% -
HSV(B) 320.36º 0.96% 0.69% -
XYZ 21.03 10.57 18.07 -
YUV 69.89 155.16 202.97 -
System Red Green Blue C M Y K H S L
Decimal 175 7 118 0 0.96 0.33 0.31 320.36 0.92 0.36
Hex AF 7 76 0 60 21 1F 140 5C 24
Octal 257 7 166 0 140 41 37 500 134 44
Binary 10101111 111 1110110 0 1100000 100001 11111 101000000 1011100 100100

Color Harmonies of #AF0776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0776

Black with #AF0776

Text Example


Text Example

White with #AF0776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0776; }

 p { color: rgb(175,7,118); }

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

background-color css

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

 a { background-color: rgb(175,7,118); }

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

border-color css

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

 span { border-color: rgb(175,7,118); }

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