Html Css Color HEX #AC8DB0 London Hue

📋 copy color: '#AC8DB0'

red 172 ◦ green 141 ◦ blue 176

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

Shades of London Hue #AC8DB0

Tints of London Hue #AC8DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.99%

R = 35.17%
G = 28.83%
B = 35.99%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC8DB0 (or 0xAC8DB0) is known color: London Hue. HEX triplet: AC, 8D and B0. RGB value is (172,141,176). Sum of RGB (Red+Green+Blue) = 172+141+176=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC8DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8DB0 is #53724F. Grayscale: #9A9A9A. Windows color (decimal): -5468752 or 11570604. OLE color: 11570604.

HSL color Cylindrical-coordinate representation of color #AC8DB0: hue angle of 293.14º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC8DB0 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 141 176 -
CMYK 0.02 0.20 0 0.31
HSL 293.14º 0.18% 0.62% -
HSV(B) 293.14º 0.2% 0.69% -
XYZ 34.37 30.96 45.24 -
YUV 154.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 172 141 176 0.02 0.20 0 0.31 293.14 0.18 0.62
Hex AC 8D B0 2 14 0 1F 125 12 3E
Octal 254 215 260 2 24 0 37 445 22 76
Binary 10101100 10001101 10110000 10 10100 0 11111 100100101 10010 111110

Color Harmonies of #AC8DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8DB0

Black with #AC8DB0

Text Example


Text Example

White with #AC8DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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