Html Css Color HEX #AC7AAF London Hue

📋 copy color: '#AC7AAF'

red 172 ◦ green 122 ◦ blue 175

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

Shades of London Hue #AC7AAF

Tints of London Hue #AC7AAF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.01%

 BLUE value IS 175 (68.75% from 255) = 37.31%

R = 36.67%
G = 26.01%
B = 37.31%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC7AAF (or 0xAC7AAF) is known color: London Hue. HEX triplet: AC, 7A and AF. RGB value is (172,122,175). Sum of RGB (Red+Green+Blue) = 172+122+175=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC7AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7AAF is #538550. Grayscale: #8E8E8E. Windows color (decimal): -5473617 or 11500204. OLE color: 11500204.

HSL color Cylindrical-coordinate representation of color #AC7AAF: hue angle of 296.6º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC7AAF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 122 175 -
CMYK 0.02 0.30 0 0.31
HSL 296.6º 0.25% 0.58% -
HSV(B) 296.6º 0.3% 0.69% -
XYZ 31.71 25.78 43.86 -
YUV 142.99 146.07 148.69 -
System Red Green Blue C M Y K H S L
Decimal 172 122 175 0.02 0.30 0 0.31 296.6 0.25 0.58
Hex AC 7A AF 2 1E 0 1F 129 19 3A
Octal 254 172 257 2 36 0 37 451 31 72
Binary 10101100 1111010 10101111 10 11110 0 11111 100101001 11001 111010

Color Harmonies of #AC7AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7AAF

Black with #AC7AAF

Text Example


Text Example

White with #AC7AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7AAF; }

 p { color: rgb(172,122,175); }

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

background-color css

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

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

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

border-color css

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

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

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