Html Css Color HEX #AC8FAE London Hue

📋 copy color: '#AC8FAE'

red 172 ◦ green 143 ◦ blue 174

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

Shades of London Hue #AC8FAE

Tints of London Hue #AC8FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.24%

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

R = 35.17%
G = 29.24%
B = 35.58%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC8FAE (or 0xAC8FAE) is known color: London Hue. HEX triplet: AC, 8F and AE. RGB value is (172,143,174). Sum of RGB (Red+Green+Blue) = 172+143+174=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC8FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8FAE is #537051. Grayscale: #9B9B9B. Windows color (decimal): -5468242 or 11440044. OLE color: 11440044.

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

Color convert

RGB 172 143 174 -
CMYK 0.01 0.18 0 0.32
HSL 296.13º 0.16% 0.62% -
HSV(B) 296.13º 0.18% 0.68% -
XYZ 34.48 31.47 44.3 -
YUV 155.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 172 143 174 0.01 0.18 0 0.32 296.13 0.16 0.62
Hex AC 8F AE 1 12 0 20 128 10 3E
Octal 254 217 256 1 22 0 40 450 20 76
Binary 10101100 10001111 10101110 1 10010 0 100000 100101000 10000 111110

Color Harmonies of #AC8FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FAE

Black with #AC8FAE

Text Example


Text Example

White with #AC8FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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