Html Css Color HEX #A685AB London Hue

📋 copy color: '#A685AB'

red 166 ◦ green 133 ◦ blue 171

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

Shades of London Hue #A685AB

Tints of London Hue #A685AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.3%

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

R = 35.32%
G = 28.3%
B = 36.38%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A685AB (or 0xA685AB) is known color: London Hue. HEX triplet: A6, 85 and AB. RGB value is (166,133,171). Sum of RGB (Red+Green+Blue) = 166+133+171=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #A685AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A685AB is #597A54. Grayscale: #939393. Windows color (decimal): -5864021 or 11240870. OLE color: 11240870.

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

Color convert

RGB 166 133 171 -
CMYK 0.03 0.22 0 0.33
HSL 292.11º 0.18% 0.6% -
HSV(B) 292.11º 0.22% 0.67% -
XYZ 31.46 27.82 42.24 -
YUV 147.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 166 133 171 0.03 0.22 0 0.33 292.11 0.18 0.6
Hex A6 85 AB 3 16 0 21 124 12 3C
Octal 246 205 253 3 26 0 41 444 22 74
Binary 10100110 10000101 10101011 11 10110 0 100001 100100100 10010 111100

Color Harmonies of #A685AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A685AB

Black with #A685AB

Text Example


Text Example

White with #A685AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A685AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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