Html Css Color HEX #AD8BAE London Hue

📋 copy color: '#AD8BAE'

red 173 ◦ green 139 ◦ blue 174

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

Shades of London Hue #AD8BAE

Tints of London Hue #AD8BAE

RGB

 RED value IS 173 (67.97% from 255) = 35.6%

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

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

R = 35.6%
G = 28.6%
B = 35.8%

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

#AD8BAE (or 0xAD8BAE) is known color: London Hue. HEX triplet: AD, 8B and AE. RGB value is (173,139,174). Sum of RGB (Red+Green+Blue) = 173+139+174=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD8BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8BAE is #527451. Grayscale: #999999. Windows color (decimal): -5403730 or 11439021. OLE color: 11439021.

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

Color convert

RGB 173 139 174 -
CMYK 0.01 0.20 0 0.32
HSL 298.29º 0.18% 0.61% -
HSV(B) 298.29º 0.2% 0.68% -
XYZ 34.11 30.41 44.12 -
YUV 153.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 173 139 174 0.01 0.20 0 0.32 298.29 0.18 0.61
Hex AD 8B AE 1 14 0 20 12A 12 3D
Octal 255 213 256 1 24 0 40 452 22 75
Binary 10101101 10001011 10101110 1 10100 0 100000 100101010 10010 111101

Color Harmonies of #AD8BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BAE

Black with #AD8BAE

Text Example


Text Example

White with #AD8BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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