Html Css Color HEX #AB86AF London Hue

📋 copy color: '#AB86AF'

red 171 ◦ green 134 ◦ blue 175

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

Shades of London Hue #AB86AF

Tints of London Hue #AB86AF

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

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

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

Color convert

RGB 171 134 175 -
CMYK 0.02 0.23 0 0.31
HSL 294.15º 0.2% 0.61% -
HSV(B) 294.15º 0.23% 0.69% -
XYZ 33.06 28.8 44.37 -
YUV 149.74 142.26 143.17 -
System Red Green Blue C M Y K H S L
Decimal 171 134 175 0.02 0.23 0 0.31 294.15 0.2 0.61
Hex AB 86 AF 2 17 0 1F 126 14 3D
Octal 253 206 257 2 27 0 37 446 24 75
Binary 10101011 10000110 10101111 10 10111 0 11111 100100110 10100 111101

Color Harmonies of #AB86AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB86AF

Black with #AB86AF

Text Example


Text Example

White with #AB86AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB86AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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