Html Css Color HEX #AF77AD London Hue

📋 copy color: '#AF77AD'

red 175 ◦ green 119 ◦ blue 173

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

Shades of London Hue #AF77AD

Tints of London Hue #AF77AD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.48%

 BLUE value IS 173 (67.97% from 255) = 37.04%

R = 37.47%
G = 25.48%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF77AD (or 0xAF77AD) is known color: London Hue. HEX triplet: AF, 77 and AD. RGB value is (175,119,173). Sum of RGB (Red+Green+Blue) = 175+119+173=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF77AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF77AD is #508852. Grayscale: #8D8D8D. Windows color (decimal): -5277779 or 11368367. OLE color: 11368367.

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

Color convert

RGB 175 119 173 -
CMYK 0 0.32 0.01 0.31
HSL 302.14º 0.26% 0.58% -
HSV(B) 302.14º 0.32% 0.69% -
XYZ 31.82 25.32 42.75 -
YUV 141.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 175 119 173 0 0.32 0.01 0.31 302.14 0.26 0.58
Hex AF 77 AD 0 20 1 1F 12E 1A 3A
Octal 257 167 255 0 40 1 37 456 32 72
Binary 10101111 1110111 10101101 0 100000 1 11111 100101110 11010 111010

Color Harmonies of #AF77AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77AD

Black with #AF77AD

Text Example


Text Example

White with #AF77AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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