Html Css Color HEX #AC7FAC London Hue

📋 copy color: '#AC7FAC'

red 172 ◦ green 127 ◦ blue 172

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

Shades of London Hue #AC7FAC

Tints of London Hue #AC7FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 26.96%

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

R = 36.52%
G = 26.96%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC7FAC (or 0xAC7FAC) is known color: London Hue. HEX triplet: AC, 7F and AC. RGB value is (172,127,172). Sum of RGB (Red+Green+Blue) = 172+127+172=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7FAC is #538053. Grayscale: #919191. Windows color (decimal): -5472340 or 11304876. OLE color: 11304876.

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

Color convert

RGB 172 127 172 -
CMYK 0 0.26 0 0.33
HSL 300º 0.21% 0.59% -
HSV(B) 300º 0.26% 0.67% -
XYZ 32.05 26.93 42.54 -
YUV 145.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 172 127 172 0 0.26 0 0.33 300 0.21 0.59
Hex AC 7F AC 0 1A 0 21 12C 15 3B
Octal 254 177 254 0 32 0 41 454 25 73
Binary 10101100 1111111 10101100 0 11010 0 100001 100101100 10101 111011

Color Harmonies of #AC7FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7FAC

Black with #AC7FAC

Text Example


Text Example

White with #AC7FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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