Html Css Color HEX #A884AC London Hue

📋 copy color: '#A884AC'

red 168 ◦ green 132 ◦ blue 172

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

Shades of London Hue #A884AC

Tints of London Hue #A884AC

RGB

 RED value IS 168 (66.02% from 255) = 35.59%

 GREEN value IS 132 (51.95% from 255) = 27.97%

 BLUE value IS 172 (67.58% from 255) = 36.44%

R = 35.59%
G = 27.97%
B = 36.44%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A884AC (or 0xA884AC) is known color: London Hue. HEX triplet: A8, 84 and AC. RGB value is (168,132,172). Sum of RGB (Red+Green+Blue) = 168+132+172=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #A884AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A884AC is #577B53. Grayscale: #939393. Windows color (decimal): -5733204 or 11306152. OLE color: 11306152.

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

Color convert

RGB 168 132 172 -
CMYK 0.02 0.23 0 0.33
HSL 294º 0.19% 0.6% -
HSV(B) 294º 0.23% 0.67% -
XYZ 31.85 27.81 42.72 -
YUV 147.32 141.93 142.75 -
System Red Green Blue C M Y K H S L
Decimal 168 132 172 0.02 0.23 0 0.33 294 0.19 0.6
Hex A8 84 AC 2 17 0 21 126 13 3C
Octal 250 204 254 2 27 0 41 446 23 74
Binary 10101000 10000100 10101100 10 10111 0 100001 100100110 10011 111100

Color Harmonies of #A884AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A884AC

Black with #A884AC

Text Example


Text Example

White with #A884AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A884AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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