Html Css Color HEX #AB8BAE London Hue

📋 copy color: '#AB8BAE'

red 171 ◦ green 139 ◦ blue 174

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

Shades of London Hue #AB8BAE

Tints of London Hue #AB8BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.72%

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

R = 35.33%
G = 28.72%
B = 35.95%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB8BAE (or 0xAB8BAE) is known color: London Hue. HEX triplet: AB, 8B and AE. RGB value is (171,139,174). Sum of RGB (Red+Green+Blue) = 171+139+174=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB8BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8BAE is #547451. Grayscale: #989898. Windows color (decimal): -5534802 or 11439019. OLE color: 11439019.

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

Color convert

RGB 171 139 174 -
CMYK 0.02 0.20 0 0.32
HSL 294.86º 0.18% 0.61% -
HSV(B) 294.86º 0.2% 0.68% -
XYZ 33.67 30.18 44.1 -
YUV 152.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 171 139 174 0.02 0.20 0 0.32 294.86 0.18 0.61
Hex AB 8B AE 2 14 0 20 127 12 3D
Octal 253 213 256 2 24 0 40 447 22 75
Binary 10101011 10001011 10101110 10 10100 0 100000 100100111 10010 111101

Color Harmonies of #AB8BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BAE

Black with #AB8BAE

Text Example


Text Example

White with #AB8BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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