Html Css Color HEX #A68FAA London Hue

📋 copy color: '#A68FAA'

red 166 ◦ green 143 ◦ blue 170

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

Shades of London Hue #A68FAA

Tints of London Hue #A68FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.85%

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

R = 34.66%
G = 29.85%
B = 35.49%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A68FAA (or 0xA68FAA) is known color: London Hue. HEX triplet: A6, 8F and AA. RGB value is (166,143,170). Sum of RGB (Red+Green+Blue) = 166+143+170=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 170 - color contains mainly: blue. Hex color #A68FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68FAA is #597055. Grayscale: #989898. Windows color (decimal): -5861462 or 11177894. OLE color: 11177894.

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

Color convert

RGB 166 143 170 -
CMYK 0.02 0.16 0 0.33
HSL 291.11º 0.14% 0.61% -
HSV(B) 291.11º 0.16% 0.67% -
XYZ 32.8 30.65 42.22 -
YUV 152.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 166 143 170 0.02 0.16 0 0.33 291.11 0.14 0.61
Hex A6 8F AA 2 10 0 21 123 E 3D
Octal 246 217 252 2 20 0 41 443 16 75
Binary 10100110 10001111 10101010 10 10000 0 100001 100100011 1110 111101

Color Harmonies of #A68FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68FAA

Black with #A68FAA

Text Example


Text Example

White with #A68FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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