Html Css Color HEX #A67FA2 London Hue

📋 copy color: '#A67FA2'

red 166 ◦ green 127 ◦ blue 162

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

Shades of London Hue #A67FA2

Tints of London Hue #A67FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.6%

R = 36.48%
G = 27.91%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A67FA2 (or 0xA67FA2) is known color: London Hue. HEX triplet: A6, 7F and A2. RGB value is (166,127,162). Sum of RGB (Red+Green+Blue) = 166+127+162=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A67FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67FA2 is #59805D. Grayscale: #8E8E8E. Windows color (decimal): -5865566 or 10649510. OLE color: 10649510.

HSL color Cylindrical-coordinate representation of color #A67FA2: hue angle of 306.15º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A67FA2 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 127 162 -
CMYK 0 0.23 0.02 0.35
HSL 306.15º 0.18% 0.57% -
HSV(B) 306.15º 0.23% 0.65% -
XYZ 29.84 25.89 37.61 -
YUV 142.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 166 127 162 0 0.23 0.02 0.35 306.15 0.18 0.57
Hex A6 7F A2 0 17 2 23 132 12 39
Octal 246 177 242 0 27 2 43 462 22 71
Binary 10100110 1111111 10100010 0 10111 10 100011 100110010 10010 111001

Color Harmonies of #A67FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67FA2

Black with #A67FA2

Text Example


Text Example

White with #A67FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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