Html Css Color HEX #AC7BAE London Hue

📋 copy color: '#AC7BAE'

red 172 ◦ green 123 ◦ blue 174

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

Shades of London Hue #AC7BAE

Tints of London Hue #AC7BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.23%

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

R = 36.67%
G = 26.23%
B = 37.1%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC7BAE (or 0xAC7BAE) is known color: London Hue. HEX triplet: AC, 7B and AE. RGB value is (172,123,174). Sum of RGB (Red+Green+Blue) = 172+123+174=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7BAE is #538451. Grayscale: #8F8F8F. Windows color (decimal): -5473362 or 11434924. OLE color: 11434924.

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

Color convert

RGB 172 123 174 -
CMYK 0.01 0.29 0 0.32
HSL 297.65º 0.24% 0.58% -
HSV(B) 297.65º 0.29% 0.68% -
XYZ 31.74 25.99 43.39 -
YUV 143.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 172 123 174 0.01 0.29 0 0.32 297.65 0.24 0.58
Hex AC 7B AE 1 1D 0 20 12A 18 3A
Octal 254 173 256 1 35 0 40 452 30 72
Binary 10101100 1111011 10101110 1 11101 0 100000 100101010 11000 111010

Color Harmonies of #AC7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7BAE

Black with #AC7BAE

Text Example


Text Example

White with #AC7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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