Html Css Color HEX #A166EC Medium Purple

📋 copy color: '#A166EC'

red 161 ◦ green 102 ◦ blue 236

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

Shades of Medium Purple #A166EC

Tints of Medium Purple #A166EC

RGB

 RED value IS 161 (63.28% from 255) = 32.26%

 GREEN value IS 102 (40.23% from 255) = 20.44%

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 32.26%
G = 20.44%
B = 47.29%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A166EC (or 0xA166EC) is known color: Medium Purple. HEX triplet: A1, 66 and EC. RGB value is (161,102,236). Sum of RGB (Red+Green+Blue) = 161+102+236=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #A166EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A166EC is #5E9913. Grayscale: #868686. Windows color (decimal): -6199572 or 15492769. OLE color: 15492769.

HSL color Cylindrical-coordinate representation of color #A166EC: hue angle of 266.42º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A166EC is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 102 236 -
CMYK 0.32 0.57 0 0.07
HSL 266.42º 0.78% 0.66% -
HSV(B) 266.42º 0.57% 0.93% -
XYZ 34.59 23.14 82 -
YUV 134.92 185.05 146.6 -
System Red Green Blue C M Y K H S L
Decimal 161 102 236 0.32 0.57 0 0.07 266.42 0.78 0.66
Hex A1 66 EC 20 39 0 7 10A 4E 42
Octal 241 146 354 40 71 0 7 412 116 102
Binary 10100001 1100110 11101100 100000 111001 0 111 100001010 1001110 1000010

Color Harmonies of #A166EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A166EC

Black with #A166EC

Text Example


Text Example

White with #A166EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A166EC; }

 p { color: rgb(161,102,236); }

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

background-color css

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

 a { background-color: rgb(161,102,236); }

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

border-color css

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

 span { border-color: rgb(161,102,236); }

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