Html Css Color HEX #AF76AD London Hue

📋 copy color: '#AF76AD'

red 175 ◦ green 118 ◦ blue 173

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

Shades of London Hue #AF76AD

Tints of London Hue #AF76AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.32%

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

R = 37.55%
G = 25.32%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF76AD (or 0xAF76AD) is known color: London Hue. HEX triplet: AF, 76 and AD. RGB value is (175,118,173). Sum of RGB (Red+Green+Blue) = 175+118+173=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF76AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF76AD is #508952. Grayscale: #8D8D8D. Windows color (decimal): -5278035 or 11368111. OLE color: 11368111.

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

Color convert

RGB 175 118 173 -
CMYK 0 0.33 0.01 0.31
HSL 302.11º 0.26% 0.57% -
HSV(B) 302.11º 0.33% 0.69% -
XYZ 31.7 25.09 42.71 -
YUV 141.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 175 118 173 0 0.33 0.01 0.31 302.11 0.26 0.57
Hex AF 76 AD 0 21 1 1F 12E 1A 39
Octal 257 166 255 0 41 1 37 456 32 71
Binary 10101111 1110110 10101101 0 100001 1 11111 100101110 11010 111001

Color Harmonies of #AF76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76AD

Black with #AF76AD

Text Example


Text Example

White with #AF76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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