Html Css Color HEX #AC8AAD London Hue

📋 copy color: '#AC8AAD'

red 172 ◦ green 138 ◦ blue 173

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

Shades of London Hue #AC8AAD

Tints of London Hue #AC8AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.57%

 BLUE value IS 173 (67.97% from 255) = 35.82%

R = 35.61%
G = 28.57%
B = 35.82%

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

#AC8AAD (or 0xAC8AAD) is known color: London Hue. HEX triplet: AC, 8A and AD. RGB value is (172,138,173). Sum of RGB (Red+Green+Blue) = 172+138+173=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC8AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8AAD is #537552. Grayscale: #989898. Windows color (decimal): -5469523 or 11373228. OLE color: 11373228.

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

Color convert

RGB 172 138 173 -
CMYK 0.01 0.20 0 0.32
HSL 298.29º 0.18% 0.61% -
HSV(B) 298.29º 0.2% 0.68% -
XYZ 33.64 29.96 43.55 -
YUV 152.16 139.76 142.15 -
System Red Green Blue C M Y K H S L
Decimal 172 138 173 0.01 0.20 0 0.32 298.29 0.18 0.61
Hex AC 8A AD 1 14 0 20 12A 12 3D
Octal 254 212 255 1 24 0 40 452 22 75
Binary 10101100 10001010 10101101 1 10100 0 100000 100101010 10010 111101

Color Harmonies of #AC8AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8AAD

Black with #AC8AAD

Text Example


Text Example

White with #AC8AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8AAD; }

 p { color: rgb(172,138,173); }

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

background-color css

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

 a { background-color: rgb(172,138,173); }

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

border-color css

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

 span { border-color: rgb(172,138,173); }

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