Html Css Color HEX #AC8DAE London Hue

📋 copy color: '#AC8DAE'

red 172 ◦ green 141 ◦ blue 174

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

Shades of London Hue #AC8DAE

Tints of London Hue #AC8DAE

RGB

 RED value IS 172 (67.58% from 255) = 35.32%

 GREEN value IS 141 (55.47% from 255) = 28.95%

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

R = 35.32%
G = 28.95%
B = 35.73%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC8DAE (or 0xAC8DAE) is known color: London Hue. HEX triplet: AC, 8D and AE. RGB value is (172,141,174). Sum of RGB (Red+Green+Blue) = 172+141+174=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC8DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8DAE is #537251. Grayscale: #999999. Windows color (decimal): -5468754 or 11439532. OLE color: 11439532.

HSL color Cylindrical-coordinate representation of color #AC8DAE: hue angle of 296.36º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC8DAE is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 141 174 -
CMYK 0.01 0.19 0 0.32
HSL 296.36º 0.17% 0.62% -
HSV(B) 296.36º 0.19% 0.68% -
XYZ 34.18 30.88 44.2 -
YUV 154.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 172 141 174 0.01 0.19 0 0.32 296.36 0.17 0.62
Hex AC 8D AE 1 13 0 20 128 11 3E
Octal 254 215 256 1 23 0 40 450 21 76
Binary 10101100 10001101 10101110 1 10011 0 100000 100101000 10001 111110

Color Harmonies of #AC8DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8DAE

Black with #AC8DAE

Text Example


Text Example

White with #AC8DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8DAE; }

 p { color: rgb(172,141,174); }

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

background-color css

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

 a { background-color: rgb(172,141,174); }

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

border-color css

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

 span { border-color: rgb(172,141,174); }

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