Html Css Color HEX #A166EA Medium Purple

📋 copy color: '#A166EA'

red 161 ◦ green 102 ◦ blue 234

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

Shades of Medium Purple #A166EA

Tints of Medium Purple #A166EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 32.39%
G = 20.52%
B = 47.08%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A166EA (or 0xA166EA) is known color: Medium Purple. HEX triplet: A1, 66 and EA. RGB value is (161,102,234). Sum of RGB (Red+Green+Blue) = 161+102+234=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #A166EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A166EA is #5E9915. Grayscale: #868686. Windows color (decimal): -6199574 or 15361697. OLE color: 15361697.

HSL color Cylindrical-coordinate representation of color #A166EA: hue angle of 266.82º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A166EA is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 102 234 -
CMYK 0.31 0.56 0 0.08
HSL 266.82º 0.76% 0.66% -
HSV(B) 266.82º 0.56% 0.92% -
XYZ 34.3 23.02 80.48 -
YUV 134.69 184.05 146.77 -
System Red Green Blue C M Y K H S L
Decimal 161 102 234 0.31 0.56 0 0.08 266.82 0.76 0.66
Hex A1 66 EA 1F 38 0 8 10B 4C 42
Octal 241 146 352 37 70 0 10 413 114 102
Binary 10100001 1100110 11101010 11111 111000 0 1000 100001011 1001100 1000010

Color Harmonies of #A166EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A166EA

Black with #A166EA

Text Example


Text Example

White with #A166EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A166EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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