Html Css Color HEX #A880AD London Hue

📋 copy color: '#A880AD'

red 168 ◦ green 128 ◦ blue 173

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

Shades of London Hue #A880AD

Tints of London Hue #A880AD

RGB

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

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

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

R = 35.82%
G = 27.29%
B = 36.89%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A880AD (or 0xA880AD) is known color: London Hue. HEX triplet: A8, 80 and AD. RGB value is (168,128,173). Sum of RGB (Red+Green+Blue) = 168+128+173=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #A880AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A880AD is #577F52. Grayscale: #909090. Windows color (decimal): -5734227 or 11370664. OLE color: 11370664.

HSL color Cylindrical-coordinate representation of color #A880AD: hue angle of 293.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A880AD is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 128 173 -
CMYK 0.03 0.26 0 0.32
HSL 293.33º 0.22% 0.59% -
HSV(B) 293.33º 0.26% 0.68% -
XYZ 31.41 26.78 43.05 -
YUV 145.09 143.75 144.34 -
System Red Green Blue C M Y K H S L
Decimal 168 128 173 0.03 0.26 0 0.32 293.33 0.22 0.59
Hex A8 80 AD 3 1A 0 20 125 16 3B
Octal 250 200 255 3 32 0 40 445 26 73
Binary 10101000 10000000 10101101 11 11010 0 100000 100100101 10110 111011

Color Harmonies of #A880AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A880AD

Black with #A880AD

Text Example


Text Example

White with #A880AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A880AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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