Html Css Color HEX #AF86AB London Hue

📋 copy color: '#AF86AB'

red 175 ◦ green 134 ◦ blue 171

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

Shades of London Hue #AF86AB

Tints of London Hue #AF86AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.63%

R = 36.46%
G = 27.92%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF86AB (or 0xAF86AB) is known color: London Hue. HEX triplet: AF, 86 and AB. RGB value is (175,134,171). Sum of RGB (Red+Green+Blue) = 175+134+171=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AF86AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF86AB is #507954. Grayscale: #969696. Windows color (decimal): -5273941 or 11241135. OLE color: 11241135.

HSL color Cylindrical-coordinate representation of color #AF86AB: hue angle of 305.85º 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 #AF86AB is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 134 171 -
CMYK 0 0.23 0.02 0.31
HSL 305.85º 0.2% 0.61% -
HSV(B) 305.85º 0.23% 0.69% -
XYZ 33.55 29.1 42.38 -
YUV 150.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 175 134 171 0 0.23 0.02 0.31 305.85 0.2 0.61
Hex AF 86 AB 0 17 2 1F 132 14 3D
Octal 257 206 253 0 27 2 37 462 24 75
Binary 10101111 10000110 10101011 0 10111 10 11111 100110010 10100 111101

Color Harmonies of #AF86AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF86AB

Black with #AF86AB

Text Example


Text Example

White with #AF86AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF86AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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