Html Css Color HEX #A680AB London Hue

📋 copy color: '#A680AB'

red 166 ◦ green 128 ◦ blue 171

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

Shades of London Hue #A680AB

Tints of London Hue #A680AB

RGB

 RED value IS 166 (65.23% from 255) = 35.7%

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

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 35.7%
G = 27.53%
B = 36.77%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A680AB (or 0xA680AB) is known color: London Hue. HEX triplet: A6, 80 and AB. RGB value is (166,128,171). Sum of RGB (Red+Green+Blue) = 166+128+171=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #A680AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A680AB is #597F54. Grayscale: #909090. Windows color (decimal): -5865301 or 11239590. OLE color: 11239590.

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

Color convert

RGB 166 128 171 -
CMYK 0.03 0.25 0 0.33
HSL 293.02º 0.2% 0.59% -
HSV(B) 293.02º 0.25% 0.67% -
XYZ 30.8 26.49 42.02 -
YUV 144.26 143.09 143.5 -
System Red Green Blue C M Y K H S L
Decimal 166 128 171 0.03 0.25 0 0.33 293.02 0.2 0.59
Hex A6 80 AB 3 19 0 21 125 14 3B
Octal 246 200 253 3 31 0 41 445 24 73
Binary 10100110 10000000 10101011 11 11001 0 100001 100100101 10100 111011

Color Harmonies of #A680AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A680AB

Black with #A680AB

Text Example


Text Example

White with #A680AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A680AB; }

 p { color: rgb(166,128,171); }

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

background-color css

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

 a { background-color: rgb(166,128,171); }

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

border-color css

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

 span { border-color: rgb(166,128,171); }

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