Html Css Color HEX #A681AB London Hue

📋 copy color: '#A681AB'

red 166 ◦ green 129 ◦ blue 171

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

Shades of London Hue #A681AB

Tints of London Hue #A681AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.68%

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

R = 35.62%
G = 27.68%
B = 36.7%

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

#A681AB (or 0xA681AB) is known color: London Hue. HEX triplet: A6, 81 and AB. RGB value is (166,129,171). Sum of RGB (Red+Green+Blue) = 166+129+171=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #A681AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A681AB is #597E54. Grayscale: #909090. Windows color (decimal): -5865045 or 11239846. OLE color: 11239846.

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

Color convert

RGB 166 129 171 -
CMYK 0.03 0.25 0 0.33
HSL 292.86º 0.2% 0.59% -
HSV(B) 292.86º 0.25% 0.67% -
XYZ 30.93 26.75 42.06 -
YUV 144.85 142.76 143.08 -
System Red Green Blue C M Y K H S L
Decimal 166 129 171 0.03 0.25 0 0.33 292.86 0.2 0.59
Hex A6 81 AB 3 19 0 21 125 14 3B
Octal 246 201 253 3 31 0 41 445 24 73
Binary 10100110 10000001 10101011 11 11001 0 100001 100100101 10100 111011

Color Harmonies of #A681AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A681AB

Black with #A681AB

Text Example


Text Example

White with #A681AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A681AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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