Html Css Color HEX #A884AD London Hue

📋 copy color: '#A884AD'

red 168 ◦ green 132 ◦ blue 173

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

Shades of London Hue #A884AD

Tints of London Hue #A884AD

RGB

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

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

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

R = 35.52%
G = 27.91%
B = 36.58%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A884AD (or 0xA884AD) is known color: London Hue. HEX triplet: A8, 84 and AD. RGB value is (168,132,173). Sum of RGB (Red+Green+Blue) = 168+132+173=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #A884AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A884AD is #577B52. Grayscale: #939393. Windows color (decimal): -5733203 or 11371688. OLE color: 11371688.

HSL color Cylindrical-coordinate representation of color #A884AD: hue angle of 292.68º 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 #A884AD is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 132 173 -
CMYK 0.03 0.24 0 0.32
HSL 292.68º 0.2% 0.6% -
HSV(B) 292.68º 0.24% 0.68% -
XYZ 31.94 27.84 43.23 -
YUV 147.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 168 132 173 0.03 0.24 0 0.32 292.68 0.2 0.6
Hex A8 84 AD 3 18 0 20 125 14 3C
Octal 250 204 255 3 30 0 40 445 24 74
Binary 10101000 10000100 10101101 11 11000 0 100000 100100101 10100 111100

Color Harmonies of #A884AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A884AD

Black with #A884AD

Text Example


Text Example

White with #A884AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A884AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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