Html Css Color HEX #A67BAA London Hue

📋 copy color: '#A67BAA'

red 166 ◦ green 123 ◦ blue 170

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

Shades of London Hue #A67BAA

Tints of London Hue #A67BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.8%

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

R = 36.17%
G = 26.8%
B = 37.04%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A67BAA (or 0xA67BAA) is known color: London Hue. HEX triplet: A6, 7B and AA. RGB value is (166,123,170). Sum of RGB (Red+Green+Blue) = 166+123+170=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #A67BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67BAA is #598455. Grayscale: #8D8D8D. Windows color (decimal): -5866582 or 11172774. OLE color: 11172774.

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

Color convert

RGB 166 123 170 -
CMYK 0.02 0.28 0 0.33
HSL 294.89º 0.22% 0.57% -
HSV(B) 294.89º 0.28% 0.67% -
XYZ 30.06 25.18 41.3 -
YUV 141.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 166 123 170 0.02 0.28 0 0.33 294.89 0.22 0.57
Hex A6 7B AA 2 1C 0 21 127 16 39
Octal 246 173 252 2 34 0 41 447 26 71
Binary 10100110 1111011 10101010 10 11100 0 100001 100100111 10110 111001

Color Harmonies of #A67BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67BAA

Black with #A67BAA

Text Example


Text Example

White with #A67BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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