Html Css Color HEX #AC7DAB London Hue

📋 copy color: '#AC7DAB'

red 172 ◦ green 125 ◦ blue 171

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

Shades of London Hue #AC7DAB

Tints of London Hue #AC7DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.71%

 BLUE value IS 171 (67.19% from 255) = 36.54%

R = 36.75%
G = 26.71%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC7DAB (or 0xAC7DAB) is known color: London Hue. HEX triplet: AC, 7D and AB. RGB value is (172,125,171). Sum of RGB (Red+Green+Blue) = 172+125+171=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7DAB is #538254. Grayscale: #909090. Windows color (decimal): -5472853 or 11238828. OLE color: 11238828.

HSL color Cylindrical-coordinate representation of color #AC7DAB: hue angle of 301.28º 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 #AC7DAB is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 125 171 -
CMYK 0 0.27 0.01 0.33
HSL 301.28º 0.22% 0.58% -
HSV(B) 301.28º 0.27% 0.67% -
XYZ 31.7 26.38 41.95 -
YUV 144.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 172 125 171 0 0.27 0.01 0.33 301.28 0.22 0.58
Hex AC 7D AB 0 1B 1 21 12D 16 3A
Octal 254 175 253 0 33 1 41 455 26 72
Binary 10101100 1111101 10101011 0 11011 1 100001 100101101 10110 111010

Color Harmonies of #AC7DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7DAB

Black with #AC7DAB

Text Example


Text Example

White with #AC7DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7DAB; }

 p { color: rgb(172,125,171); }

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

background-color css

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

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

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

border-color css

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

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

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