Html Css Color HEX #A68CAA London Hue

📋 copy color: '#A68CAA'

red 166 ◦ green 140 ◦ blue 170

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

Shades of London Hue #A68CAA

Tints of London Hue #A68CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.41%

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

R = 34.87%
G = 29.41%
B = 35.71%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A68CAA (or 0xA68CAA) is known color: London Hue. HEX triplet: A6, 8C and AA. RGB value is (166,140,170). Sum of RGB (Red+Green+Blue) = 166+140+170=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: blue. Hex color #A68CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68CAA is #597355. Grayscale: #979797. Windows color (decimal): -5862230 or 11177126. OLE color: 11177126.

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

Color convert

RGB 166 140 170 -
CMYK 0.02 0.18 0 0.33
HSL 292º 0.15% 0.61% -
HSV(B) 292º 0.18% 0.67% -
XYZ 32.36 29.77 42.07 -
YUV 151.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 166 140 170 0.02 0.18 0 0.33 292 0.15 0.61
Hex A6 8C AA 2 12 0 21 124 F 3D
Octal 246 214 252 2 22 0 41 444 17 75
Binary 10100110 10001100 10101010 10 10010 0 100001 100100100 1111 111101

Color Harmonies of #A68CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68CAA

Black with #A68CAA

Text Example


Text Example

White with #A68CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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