Html Css Color HEX #AB8AAE London Hue

📋 copy color: '#AB8AAE'

red 171 ◦ green 138 ◦ blue 174

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

Shades of London Hue #AB8AAE

Tints of London Hue #AB8AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.57%

 BLUE value IS 174 (68.36% from 255) = 36.02%

R = 35.4%
G = 28.57%
B = 36.02%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB8AAE (or 0xAB8AAE) is known color: London Hue. HEX triplet: AB, 8A and AE. RGB value is (171,138,174). Sum of RGB (Red+Green+Blue) = 171+138+174=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB8AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8AAE is #547551. Grayscale: #979797. Windows color (decimal): -5535058 or 11438763. OLE color: 11438763.

HSL color Cylindrical-coordinate representation of color #AB8AAE: hue angle of 295º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB8AAE is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 138 174 -
CMYK 0.02 0.21 0 0.32
HSL 295º 0.18% 0.61% -
HSV(B) 295º 0.21% 0.68% -
XYZ 33.52 29.89 44.05 -
YUV 151.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 171 138 174 0.02 0.21 0 0.32 295 0.18 0.61
Hex AB 8A AE 2 15 0 20 127 12 3D
Octal 253 212 256 2 25 0 40 447 22 75
Binary 10101011 10001010 10101110 10 10101 0 100000 100100111 10010 111101

Color Harmonies of #AB8AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8AAE

Black with #AB8AAE

Text Example


Text Example

White with #AB8AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8AAE; }

 p { color: rgb(171,138,174); }

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

background-color css

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

 a { background-color: rgb(171,138,174); }

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

border-color css

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

 span { border-color: rgb(171,138,174); }

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