Html Css Color HEX #A67FAA London Hue

📋 copy color: '#A67FAA'

red 166 ◦ green 127 ◦ blue 170

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

Shades of London Hue #A67FAA

Tints of London Hue #A67FAA

RGB

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

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

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

R = 35.85%
G = 27.43%
B = 36.72%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A67FAA (or 0xA67FAA) is known color: London Hue. HEX triplet: A6, 7F and AA. RGB value is (166,127,170). Sum of RGB (Red+Green+Blue) = 166+127+170=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #A67FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67FAA is #598055. Grayscale: #8F8F8F. Windows color (decimal): -5865558 or 11173798. OLE color: 11173798.

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

Color convert

RGB 166 127 170 -
CMYK 0.02 0.25 0 0.33
HSL 294.42º 0.2% 0.58% -
HSV(B) 294.42º 0.25% 0.67% -
XYZ 30.57 26.19 41.47 -
YUV 143.56 142.92 144 -
System Red Green Blue C M Y K H S L
Decimal 166 127 170 0.02 0.25 0 0.33 294.42 0.2 0.58
Hex A6 7F AA 2 19 0 21 126 14 3A
Octal 246 177 252 2 31 0 41 446 24 72
Binary 10100110 1111111 10101010 10 11001 0 100001 100100110 10100 111010

Color Harmonies of #A67FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67FAA

Black with #A67FAA

Text Example


Text Example

White with #A67FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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