Html Css Color HEX #AC7BB0 London Hue

📋 copy color: '#AC7BB0'

red 172 ◦ green 123 ◦ blue 176

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

Shades of London Hue #AC7BB0

Tints of London Hue #AC7BB0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.11%

 BLUE value IS 176 (69.14% from 255) = 37.37%

R = 36.52%
G = 26.11%
B = 37.37%

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

#AC7BB0 (or 0xAC7BB0) is known color: London Hue. HEX triplet: AC, 7B and B0. RGB value is (172,123,176). Sum of RGB (Red+Green+Blue) = 172+123+176=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 176 - color contains mainly: blue. Hex color #AC7BB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7BB0 is #53844F. Grayscale: #8F8F8F. Windows color (decimal): -5473360 or 11565996. OLE color: 11565996.

HSL color Cylindrical-coordinate representation of color #AC7BB0: hue angle of 295.47º 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 #AC7BB0 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 123 176 -
CMYK 0.02 0.30 0 0.31
HSL 295.47º 0.25% 0.59% -
HSV(B) 295.47º 0.3% 0.69% -
XYZ 31.93 26.07 44.42 -
YUV 143.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 172 123 176 0.02 0.30 0 0.31 295.47 0.25 0.59
Hex AC 7B B0 2 1E 0 1F 127 19 3B
Octal 254 173 260 2 36 0 37 447 31 73
Binary 10101100 1111011 10110000 10 11110 0 11111 100100111 11001 111011

Color Harmonies of #AC7BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7BB0

Black with #AC7BB0

Text Example


Text Example

White with #AC7BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7BB0; }

 p { color: rgb(172,123,176); }

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

background-color css

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

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

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

border-color css

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

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

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