Html Css Color HEX #A883AA London Hue

📋 copy color: '#A883AA'

red 168 ◦ green 131 ◦ blue 170

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

Shades of London Hue #A883AA

Tints of London Hue #A883AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.25%

R = 35.82%
G = 27.93%
B = 36.25%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A883AA (or 0xA883AA) is known color: London Hue. HEX triplet: A8, 83 and AA. RGB value is (168,131,170). Sum of RGB (Red+Green+Blue) = 168+131+170=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 170 - color contains mainly: blue. Hex color #A883AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A883AA is #577C55. Grayscale: #929292. Windows color (decimal): -5733462 or 11174824. OLE color: 11174824.

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

Color convert

RGB 168 131 170 -
CMYK 0.01 0.23 0 0.33
HSL 296.92º 0.19% 0.59% -
HSV(B) 296.92º 0.23% 0.67% -
XYZ 31.52 27.46 41.67 -
YUV 146.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 168 131 170 0.01 0.23 0 0.33 296.92 0.19 0.59
Hex A8 83 AA 1 17 0 21 129 13 3B
Octal 250 203 252 1 27 0 41 451 23 73
Binary 10101000 10000011 10101010 1 10111 0 100001 100101001 10011 111011

Color Harmonies of #A883AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A883AA

Black with #A883AA

Text Example


Text Example

White with #A883AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A883AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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