Html Css Color HEX #A67FAB London Hue

📋 copy color: '#A67FAB'

red 166 ◦ green 127 ◦ blue 171

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

Shades of London Hue #A67FAB

Tints of London Hue #A67FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 27.37%

 BLUE value IS 171 (67.19% from 255) = 36.85%

R = 35.78%
G = 27.37%
B = 36.85%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A67FAB (or 0xA67FAB) is known color: London Hue. HEX triplet: A6, 7F and AB. RGB value is (166,127,171). Sum of RGB (Red+Green+Blue) = 166+127+171=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #A67FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67FAB is #598054. Grayscale: #8F8F8F. Windows color (decimal): -5865557 or 11239334. OLE color: 11239334.

HSL color Cylindrical-coordinate representation of color #A67FAB: hue angle of 293.18º 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 #A67FAB is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 127 171 -
CMYK 0.03 0.26 0 0.33
HSL 293.18º 0.21% 0.58% -
HSV(B) 293.18º 0.26% 0.67% -
XYZ 30.67 26.23 41.97 -
YUV 143.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 166 127 171 0.03 0.26 0 0.33 293.18 0.21 0.58
Hex A6 7F AB 3 1A 0 21 125 15 3A
Octal 246 177 253 3 32 0 41 445 25 72
Binary 10100110 1111111 10101011 11 11010 0 100001 100100101 10101 111010

Color Harmonies of #A67FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67FAB

Black with #A67FAB

Text Example


Text Example

White with #A67FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67FAB; }

 p { color: rgb(166,127,171); }

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

background-color css

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

 a { background-color: rgb(166,127,171); }

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

border-color css

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

 span { border-color: rgb(166,127,171); }

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