Html Css Color HEX #AC7CB1 London Hue

📋 copy color: '#AC7CB1'

red 172 ◦ green 124 ◦ blue 177

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

Shades of London Hue #AC7CB1

Tints of London Hue #AC7CB1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.22%

 BLUE value IS 177 (69.53% from 255) = 37.42%

R = 36.36%
G = 26.22%
B = 37.42%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC7CB1 (or 0xAC7CB1) is known color: London Hue. HEX triplet: AC, 7C and B1. RGB value is (172,124,177). Sum of RGB (Red+Green+Blue) = 172+124+177=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC7CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7CB1 is #53834E. Grayscale: #909090. Windows color (decimal): -5473103 or 11631788. OLE color: 11631788.

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

Color convert

RGB 172 124 177 -
CMYK 0.03 0.30 0 0.31
HSL 294.34º 0.25% 0.59% -
HSV(B) 294.34º 0.3% 0.69% -
XYZ 32.16 26.36 44.99 -
YUV 144.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 172 124 177 0.03 0.30 0 0.31 294.34 0.25 0.59
Hex AC 7C B1 3 1E 0 1F 126 19 3B
Octal 254 174 261 3 36 0 37 446 31 73
Binary 10101100 1111100 10110001 11 11110 0 11111 100100110 11001 111011

Color Harmonies of #AC7CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7CB1

Black with #AC7CB1

Text Example


Text Example

White with #AC7CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7CB1; }

 p { color: rgb(172,124,177); }

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

background-color css

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

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

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

border-color css

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

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

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