Html Css Color HEX #A68AAA London Hue

📋 copy color: '#A68AAA'

red 166 ◦ green 138 ◦ blue 170

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

Shades of London Hue #A68AAA

Tints of London Hue #A68AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.11%

 BLUE value IS 170 (66.8% from 255) = 35.86%

R = 35.02%
G = 29.11%
B = 35.86%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A68AAA (or 0xA68AAA) is known color: London Hue. HEX triplet: A6, 8A and AA. RGB value is (166,138,170). Sum of RGB (Red+Green+Blue) = 166+138+170=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #A68AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68AAA is #597555. Grayscale: #959595. Windows color (decimal): -5862742 or 11176614. OLE color: 11176614.

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

Color convert

RGB 166 138 170 -
CMYK 0.02 0.19 0 0.33
HSL 292.5º 0.16% 0.6% -
HSV(B) 292.5º 0.19% 0.67% -
XYZ 32.07 29.19 41.97 -
YUV 150.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 166 138 170 0.02 0.19 0 0.33 292.5 0.16 0.6
Hex A6 8A AA 2 13 0 21 124 10 3C
Octal 246 212 252 2 23 0 41 444 20 74
Binary 10100110 10001010 10101010 10 10011 0 100001 100100100 10000 111100

Color Harmonies of #A68AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68AAA

Black with #A68AAA

Text Example


Text Example

White with #A68AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68AAA; }

 p { color: rgb(166,138,170); }

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

background-color css

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

 a { background-color: rgb(166,138,170); }

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

border-color css

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

 span { border-color: rgb(166,138,170); }

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