Html Css Color HEX #AC7BAC London Hue

📋 copy color: '#AC7BAC'

red 172 ◦ green 123 ◦ blue 172

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

Shades of London Hue #AC7BAC

Tints of London Hue #AC7BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 36.83%
G = 26.34%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC7BAC (or 0xAC7BAC) is known color: London Hue. HEX triplet: AC, 7B and AC. RGB value is (172,123,172). Sum of RGB (Red+Green+Blue) = 172+123+172=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC7BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7BAC is #538453. Grayscale: #8F8F8F. Windows color (decimal): -5473364 or 11303852. OLE color: 11303852.

HSL color Cylindrical-coordinate representation of color #AC7BAC: hue angle of 300º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC7BAC is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 123 172 -
CMYK 0 0.28 0 0.33
HSL 300º 0.23% 0.58% -
HSV(B) 300º 0.28% 0.67% -
XYZ 31.54 25.92 42.37 -
YUV 143.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 172 123 172 0 0.28 0 0.33 300 0.23 0.58
Hex AC 7B AC 0 1C 0 21 12C 17 3A
Octal 254 173 254 0 34 0 41 454 27 72
Binary 10101100 1111011 10101100 0 11100 0 100001 100101100 10111 111010

Color Harmonies of #AC7BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7BAC

Black with #AC7BAC

Text Example


Text Example

White with #AC7BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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