Html Css Color HEX #AC8FAD London Hue

📋 copy color: '#AC8FAD'

red 172 ◦ green 143 ◦ blue 173

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

Shades of London Hue #AC8FAD

Tints of London Hue #AC8FAD

RGB

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

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

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

R = 35.25%
G = 29.3%
B = 35.45%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC8FAD (or 0xAC8FAD) is known color: London Hue. HEX triplet: AC, 8F and AD. RGB value is (172,143,173). Sum of RGB (Red+Green+Blue) = 172+143+173=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC8FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8FAD is #537052. Grayscale: #9B9B9B. Windows color (decimal): -5468243 or 11374508. OLE color: 11374508.

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

Color convert

RGB 172 143 173 -
CMYK 0.01 0.17 0 0.32
HSL 298º 0.15% 0.62% -
HSV(B) 298º 0.17% 0.68% -
XYZ 34.38 31.43 43.79 -
YUV 155.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 172 143 173 0.01 0.17 0 0.32 298 0.15 0.62
Hex AC 8F AD 1 11 0 20 12A F 3E
Octal 254 217 255 1 21 0 40 452 17 76
Binary 10101100 10001111 10101101 1 10001 0 100000 100101010 1111 111110

Color Harmonies of #AC8FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8FAD

Black with #AC8FAD

Text Example


Text Example

White with #AC8FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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