Html Css Color HEX #AC83A8 London Hue

📋 copy color: '#AC83A8'

red 172 ◦ green 131 ◦ blue 168

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

Shades of London Hue #AC83A8

Tints of London Hue #AC83A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.67%

R = 36.52%
G = 27.81%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC83A8 (or 0xAC83A8) is known color: London Hue. HEX triplet: AC, 83 and A8. RGB value is (172,131,168). Sum of RGB (Red+Green+Blue) = 172+131+168=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC83A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC83A8 is #537C57. Grayscale: #939393. Windows color (decimal): -5471320 or 11043756. OLE color: 11043756.

HSL color Cylindrical-coordinate representation of color #AC83A8: hue angle of 305.85º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC83A8 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 131 168 -
CMYK 0 0.24 0.02 0.33
HSL 305.85º 0.2% 0.59% -
HSV(B) 305.85º 0.24% 0.67% -
XYZ 32.2 27.83 40.72 -
YUV 147.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 172 131 168 0 0.24 0.02 0.33 305.85 0.2 0.59
Hex AC 83 A8 0 18 2 21 132 14 3B
Octal 254 203 250 0 30 2 41 462 24 73
Binary 10101100 10000011 10101000 0 11000 10 100001 100110010 10100 111011

Color Harmonies of #AC83A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC83A8

Black with #AC83A8

Text Example


Text Example

White with #AC83A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC83A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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