Html Css Color HEX #AC7EAC London Hue

📋 copy color: '#AC7EAC'

red 172 ◦ green 126 ◦ blue 172

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

Shades of London Hue #AC7EAC

Tints of London Hue #AC7EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.81%

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

R = 36.6%
G = 26.81%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC7EAC (or 0xAC7EAC) is known color: London Hue. HEX triplet: AC, 7E and AC. RGB value is (172,126,172). Sum of RGB (Red+Green+Blue) = 172+126+172=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC7EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7EAC is #538153. Grayscale: #909090. Windows color (decimal): -5472596 or 11304620. OLE color: 11304620.

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

Color convert

RGB 172 126 172 -
CMYK 0 0.27 0 0.33
HSL 300º 0.22% 0.58% -
HSV(B) 300º 0.27% 0.67% -
XYZ 31.92 26.67 42.5 -
YUV 145 143.24 147.26 -
System Red Green Blue C M Y K H S L
Decimal 172 126 172 0 0.27 0 0.33 300 0.22 0.58
Hex AC 7E AC 0 1B 0 21 12C 16 3A
Octal 254 176 254 0 33 0 41 454 26 72
Binary 10101100 1111110 10101100 0 11011 0 100001 100101100 10110 111010

Color Harmonies of #AC7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7EAC

Black with #AC7EAC

Text Example


Text Example

White with #AC7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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