Html Css Color HEX #A67EAA London Hue

📋 copy color: '#A67EAA'

red 166 ◦ green 126 ◦ blue 170

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

Shades of London Hue #A67EAA

Tints of London Hue #A67EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.27%

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

R = 35.93%
G = 27.27%
B = 36.8%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A67EAA (or 0xA67EAA) is known color: London Hue. HEX triplet: A6, 7E and AA. RGB value is (166,126,170). Sum of RGB (Red+Green+Blue) = 166+126+170=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #A67EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67EAA is #598155. Grayscale: #8E8E8E. Windows color (decimal): -5865814 or 11173542. OLE color: 11173542.

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

Color convert

RGB 166 126 170 -
CMYK 0.02 0.26 0 0.33
HSL 294.55º 0.21% 0.58% -
HSV(B) 294.55º 0.26% 0.67% -
XYZ 30.44 25.93 41.43 -
YUV 142.98 143.25 144.42 -
System Red Green Blue C M Y K H S L
Decimal 166 126 170 0.02 0.26 0 0.33 294.55 0.21 0.58
Hex A6 7E AA 2 1A 0 21 127 15 3A
Octal 246 176 252 2 32 0 41 447 25 72
Binary 10100110 1111110 10101010 10 11010 0 100001 100100111 10101 111010

Color Harmonies of #A67EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67EAA

Black with #A67EAA

Text Example


Text Example

White with #A67EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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