Html Css Color HEX #A166F6 Medium Purple

📋 copy color: '#A166F6'

red 161 ◦ green 102 ◦ blue 246

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

Shades of Medium Purple #A166F6

Tints of Medium Purple #A166F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.33%

R = 31.63%
G = 20.04%
B = 48.33%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A166F6 (or 0xA166F6) is known color: Medium Purple. HEX triplet: A1, 66 and F6. RGB value is (161,102,246). Sum of RGB (Red+Green+Blue) = 161+102+246=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #A166F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A166F6 is #5E9909. Grayscale: #878787. Windows color (decimal): -6199562 or 16148129. OLE color: 16148129.

HSL color Cylindrical-coordinate representation of color #A166F6: hue angle of 264.58º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A166F6 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 102 246 -
CMYK 0.35 0.59 0 0.04
HSL 264.58º 0.89% 0.68% -
HSV(B) 264.58º 0.59% 0.96% -
XYZ 36.08 23.73 89.87 -
YUV 136.06 190.05 145.79 -
System Red Green Blue C M Y K H S L
Decimal 161 102 246 0.35 0.59 0 0.04 264.58 0.89 0.68
Hex A1 66 F6 23 3B 0 4 109 59 44
Octal 241 146 366 43 73 0 4 411 131 104
Binary 10100001 1100110 11110110 100011 111011 0 100 100001001 1011001 1000100

Color Harmonies of #A166F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A166F6

Black with #A166F6

Text Example


Text Example

White with #A166F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A166F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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