Html Css Color HEX #AC83AD London Hue

📋 copy color: '#AC83AD'

red 172 ◦ green 131 ◦ blue 173

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

Shades of London Hue #AC83AD

Tints of London Hue #AC83AD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.52%

 BLUE value IS 173 (67.97% from 255) = 36.34%

R = 36.13%
G = 27.52%
B = 36.34%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC83AD (or 0xAC83AD) is known color: London Hue. HEX triplet: AC, 83 and AD. RGB value is (172,131,173). Sum of RGB (Red+Green+Blue) = 172+131+173=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC83AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC83AD is #537C52. Grayscale: #939393. Windows color (decimal): -5471315 or 11371436. OLE color: 11371436.

HSL color Cylindrical-coordinate representation of color #AC83AD: hue angle of 298.57º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC83AD is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 131 173 -
CMYK 0.01 0.24 0 0.32
HSL 298.57º 0.2% 0.6% -
HSV(B) 298.57º 0.24% 0.68% -
XYZ 32.67 28.02 43.22 -
YUV 148.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 172 131 173 0.01 0.24 0 0.32 298.57 0.2 0.6
Hex AC 83 AD 1 18 0 20 12B 14 3C
Octal 254 203 255 1 30 0 40 453 24 74
Binary 10101100 10000011 10101101 1 11000 0 100000 100101011 10100 111100

Color Harmonies of #AC83AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83AD

Black with #AC83AD

Text Example


Text Example

White with #AC83AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83AD; }

 p { color: rgb(172,131,173); }

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

background-color css

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

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

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

border-color css

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

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

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