Html Css Color HEX #AF81AD London Hue

📋 copy color: '#AF81AD'

red 175 ◦ green 129 ◦ blue 173

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

Shades of London Hue #AF81AD

Tints of London Hue #AF81AD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.04%

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

R = 36.69%
G = 27.04%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF81AD (or 0xAF81AD) is known color: London Hue. HEX triplet: AF, 81 and AD. RGB value is (175,129,173). Sum of RGB (Red+Green+Blue) = 175+129+173=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AF81AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF81AD is #507E52. Grayscale: #939393. Windows color (decimal): -5275219 or 11370927. OLE color: 11370927.

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

Color convert

RGB 175 129 173 -
CMYK 0 0.26 0.01 0.31
HSL 302.61º 0.22% 0.6% -
HSV(B) 302.61º 0.26% 0.69% -
XYZ 33.07 27.83 43.16 -
YUV 147.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 175 129 173 0 0.26 0.01 0.31 302.61 0.22 0.6
Hex AF 81 AD 0 1A 1 1F 12F 16 3C
Octal 257 201 255 0 32 1 37 457 26 74
Binary 10101111 10000001 10101101 0 11010 1 11111 100101111 10110 111100

Color Harmonies of #AF81AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81AD

Black with #AF81AD

Text Example


Text Example

White with #AF81AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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