Html Css Color HEX #AC8BB0 London Hue

📋 copy color: '#AC8BB0'

red 172 ◦ green 139 ◦ blue 176

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

Shades of London Hue #AC8BB0

Tints of London Hue #AC8BB0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.54%

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

R = 35.32%
G = 28.54%
B = 36.14%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC8BB0 (or 0xAC8BB0) is known color: London Hue. HEX triplet: AC, 8B and B0. RGB value is (172,139,176). Sum of RGB (Red+Green+Blue) = 172+139+176=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC8BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8BB0 is #53744F. Grayscale: #989898. Windows color (decimal): -5469264 or 11570092. OLE color: 11570092.

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

Color convert

RGB 172 139 176 -
CMYK 0.02 0.21 0 0.31
HSL 293.51º 0.19% 0.62% -
HSV(B) 293.51º 0.21% 0.69% -
XYZ 34.08 30.37 45.14 -
YUV 153.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 172 139 176 0.02 0.21 0 0.31 293.51 0.19 0.62
Hex AC 8B B0 2 15 0 1F 126 13 3E
Octal 254 213 260 2 25 0 37 446 23 76
Binary 10101100 10001011 10110000 10 10101 0 11111 100100110 10011 111110

Color Harmonies of #AC8BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8BB0

Black with #AC8BB0

Text Example


Text Example

White with #AC8BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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