Html Css Color HEX #A68DA1 London Hue

📋 copy color: '#A68DA1'

red 166 ◦ green 141 ◦ blue 161

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

Shades of London Hue #A68DA1

Tints of London Hue #A68DA1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.13%

 BLUE value IS 161 (63.28% from 255) = 34.4%

R = 35.47%
G = 30.13%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A68DA1 (or 0xA68DA1) is known color: London Hue. HEX triplet: A6, 8D and A1. RGB value is (166,141,161). Sum of RGB (Red+Green+Blue) = 166+141+161=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 166 - color contains mainly: red. Hex color #A68DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68DA1 is #59725E. Grayscale: #969696. Windows color (decimal): -5861983 or 10587558. OLE color: 10587558.

HSL color Cylindrical-coordinate representation of color #A68DA1: hue angle of 312º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A68DA1 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 141 161 -
CMYK 0 0.15 0.03 0.35
HSL 312º 0.12% 0.6% -
HSV(B) 312º 0.15% 0.65% -
XYZ 31.68 29.73 37.79 -
YUV 150.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 166 141 161 0 0.15 0.03 0.35 312 0.12 0.6
Hex A6 8D A1 0 F 3 23 138 C 3C
Octal 246 215 241 0 17 3 43 470 14 74
Binary 10100110 10001101 10100001 0 1111 11 100011 100111000 1100 111100

Color Harmonies of #A68DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68DA1

Black with #A68DA1

Text Example


Text Example

White with #A68DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68DA1; }

 p { color: rgb(166,141,161); }

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

background-color css

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

 a { background-color: rgb(166,141,161); }

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

border-color css

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

 span { border-color: rgb(166,141,161); }

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