Html Css Color HEX #AF86AD London Hue

📋 copy color: '#AF86AD'

red 175 ◦ green 134 ◦ blue 173

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

Shades of London Hue #AF86AD

Tints of London Hue #AF86AD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.8%

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

R = 36.31%
G = 27.8%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF86AD (or 0xAF86AD) is known color: London Hue. HEX triplet: AF, 86 and AD. RGB value is (175,134,173). Sum of RGB (Red+Green+Blue) = 175+134+173=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AF86AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF86AD is #507952. Grayscale: #969696. Windows color (decimal): -5273939 or 11372207. OLE color: 11372207.

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

Color convert

RGB 175 134 173 -
CMYK 0 0.23 0.01 0.31
HSL 302.93º 0.2% 0.61% -
HSV(B) 302.93º 0.23% 0.69% -
XYZ 33.75 29.18 43.39 -
YUV 150.71 140.58 145.33 -
System Red Green Blue C M Y K H S L
Decimal 175 134 173 0 0.23 0.01 0.31 302.93 0.2 0.61
Hex AF 86 AD 0 17 1 1F 12F 14 3D
Octal 257 206 255 0 27 1 37 457 24 75
Binary 10101111 10000110 10101101 0 10111 1 11111 100101111 10100 111101

Color Harmonies of #AF86AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF86AD

Black with #AF86AD

Text Example


Text Example

White with #AF86AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF86AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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