Html Css Color HEX #AB8AAD London Hue

📋 copy color: '#AB8AAD'

red 171 ◦ green 138 ◦ blue 173

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

Shades of London Hue #AB8AAD

Tints of London Hue #AB8AAD

RGB

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

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

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

R = 35.48%
G = 28.63%
B = 35.89%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB8AAD (or 0xAB8AAD) is known color: London Hue. HEX triplet: AB, 8A and AD. RGB value is (171,138,173). Sum of RGB (Red+Green+Blue) = 171+138+173=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB8AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8AAD is #547552. Grayscale: #979797. Windows color (decimal): -5535059 or 11373227. OLE color: 11373227.

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

Color convert

RGB 171 138 173 -
CMYK 0.01 0.20 0 0.32
HSL 296.57º 0.18% 0.61% -
HSV(B) 296.57º 0.2% 0.68% -
XYZ 33.43 29.85 43.54 -
YUV 151.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 171 138 173 0.01 0.20 0 0.32 296.57 0.18 0.61
Hex AB 8A AD 1 14 0 20 129 12 3D
Octal 253 212 255 1 24 0 40 451 22 75
Binary 10101011 10001010 10101101 1 10100 0 100000 100101001 10010 111101

Color Harmonies of #AB8AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8AAD

Black with #AB8AAD

Text Example


Text Example

White with #AB8AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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