Html Css Color HEX #A166E7 Medium Purple

📋 copy color: '#A166E7'

red 161 ◦ green 102 ◦ blue 231

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

Shades of Medium Purple #A166E7

Tints of Medium Purple #A166E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.76%

R = 32.59%
G = 20.65%
B = 46.76%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A166E7 (or 0xA166E7) is known color: Medium Purple. HEX triplet: A1, 66 and E7. RGB value is (161,102,231). Sum of RGB (Red+Green+Blue) = 161+102+231=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 231 - color contains mainly: blue. Hex color #A166E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A166E7 is #5E9918. Grayscale: #858585. Windows color (decimal): -6199577 or 15165089. OLE color: 15165089.

HSL color Cylindrical-coordinate representation of color #A166E7: hue angle of 267.44º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A166E7 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 102 231 -
CMYK 0.30 0.56 0 0.09
HSL 267.44º 0.73% 0.65% -
HSV(B) 267.44º 0.56% 0.91% -
XYZ 33.87 22.85 78.23 -
YUV 134.35 182.55 147.01 -
System Red Green Blue C M Y K H S L
Decimal 161 102 231 0.30 0.56 0 0.09 267.44 0.73 0.65
Hex A1 66 E7 1E 38 0 9 10B 49 41
Octal 241 146 347 36 70 0 11 413 111 101
Binary 10100001 1100110 11100111 11110 111000 0 1001 100001011 1001001 1000001

Color Harmonies of #A166E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A166E7

Black with #A166E7

Text Example


Text Example

White with #A166E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A166E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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