Html Css Color HEX #A68EA1 London Hue

📋 copy color: '#A68EA1'

red 166 ◦ green 142 ◦ blue 161

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

Shades of London Hue #A68EA1

Tints of London Hue #A68EA1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.28%

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

R = 35.39%
G = 30.28%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A68EA1 (or 0xA68EA1) is known color: London Hue. HEX triplet: A6, 8E and A1. RGB value is (166,142,161). Sum of RGB (Red+Green+Blue) = 166+142+161=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 166 - color contains mainly: red. Hex color #A68EA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68EA1 is #59715E. Grayscale: #979797. Windows color (decimal): -5861727 or 10587814. OLE color: 10587814.

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

Color convert

RGB 166 142 161 -
CMYK 0 0.14 0.03 0.35
HSL 312.5º 0.12% 0.6% -
HSV(B) 312.5º 0.14% 0.65% -
XYZ 31.83 30.03 37.84 -
YUV 151.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 166 142 161 0 0.14 0.03 0.35 312.5 0.12 0.6
Hex A6 8E A1 0 E 3 23 138 C 3C
Octal 246 216 241 0 16 3 43 470 14 74
Binary 10100110 10001110 10100001 0 1110 11 100011 100111000 1100 111100

Color Harmonies of #A68EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68EA1

Black with #A68EA1

Text Example


Text Example

White with #A68EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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