Html Css Color HEX #A880AA London Hue

📋 copy color: '#A880AA'

red 168 ◦ green 128 ◦ blue 170

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

Shades of London Hue #A880AA

Tints of London Hue #A880AA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.47%

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

R = 36.05%
G = 27.47%
B = 36.48%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A880AA (or 0xA880AA) is known color: London Hue. HEX triplet: A8, 80 and AA. RGB value is (168,128,170). Sum of RGB (Red+Green+Blue) = 168+128+170=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #A880AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A880AA is #577F55. Grayscale: #909090. Windows color (decimal): -5734230 or 11174056. OLE color: 11174056.

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

Color convert

RGB 168 128 170 -
CMYK 0.01 0.25 0 0.33
HSL 297.14º 0.2% 0.58% -
HSV(B) 297.14º 0.25% 0.67% -
XYZ 31.12 26.67 41.54 -
YUV 144.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 168 128 170 0.01 0.25 0 0.33 297.14 0.2 0.58
Hex A8 80 AA 1 19 0 21 129 14 3A
Octal 250 200 252 1 31 0 41 451 24 72
Binary 10101000 10000000 10101010 1 11001 0 100001 100101001 10100 111010

Color Harmonies of #A880AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A880AA

Black with #A880AA

Text Example


Text Example

White with #A880AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A880AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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