Html Css Color HEX #AC8CAE London Hue

📋 copy color: '#AC8CAE'

red 172 ◦ green 140 ◦ blue 174

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

Shades of London Hue #AC8CAE

Tints of London Hue #AC8CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.81%

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

R = 35.39%
G = 28.81%
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

#AC8CAE (or 0xAC8CAE) is known color: London Hue. HEX triplet: AC, 8C and AE. RGB value is (172,140,174). Sum of RGB (Red+Green+Blue) = 172+140+174=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 140 (55.08% from 255 or 28.81% 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 #AC8CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8CAE is #537351. Grayscale: #999999. Windows color (decimal): -5469010 or 11439276. OLE color: 11439276.

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

Color convert

RGB 172 140 174 -
CMYK 0.01 0.20 0 0.32
HSL 296.47º 0.17% 0.62% -
HSV(B) 296.47º 0.2% 0.68% -
XYZ 34.03 30.58 44.15 -
YUV 153.44 139.6 141.24 -
System Red Green Blue C M Y K H S L
Decimal 172 140 174 0.01 0.20 0 0.32 296.47 0.17 0.62
Hex AC 8C AE 1 14 0 20 128 11 3E
Octal 254 214 256 1 24 0 40 450 21 76
Binary 10101100 10001100 10101110 1 10100 0 100000 100101000 10001 111110

Color Harmonies of #AC8CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8CAE

Black with #AC8CAE

Text Example


Text Example

White with #AC8CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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