Html Css Color HEX #A661EC Medium Purple

📋 copy color: '#A661EC'

red 166 ◦ green 97 ◦ blue 236

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

Shades of Medium Purple #A661EC

Tints of Medium Purple #A661EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.44%

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

R = 33.27%
G = 19.44%
B = 47.29%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A661EC (or 0xA661EC) is known color: Medium Purple. HEX triplet: A6, 61 and EC. RGB value is (166,97,236). Sum of RGB (Red+Green+Blue) = 166+97+236=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 97 (38.28% from 255 or 19.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 #A661EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A661EC is #599E13. Grayscale: #848484. Windows color (decimal): -5873172 or 15491494. OLE color: 15491494.

HSL color Cylindrical-coordinate representation of color #A661EC: hue angle of 269.78º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A661EC is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 97 236 -
CMYK 0.30 0.59 0 0.07
HSL 269.78º 0.79% 0.65% -
HSV(B) 269.78º 0.59% 0.93% -
XYZ 35.14 22.71 81.89 -
YUV 133.48 185.86 151.2 -
System Red Green Blue C M Y K H S L
Decimal 166 97 236 0.30 0.59 0 0.07 269.78 0.79 0.65
Hex A6 61 EC 1E 3B 0 7 10E 4F 41
Octal 246 141 354 36 73 0 7 416 117 101
Binary 10100110 1100001 11101100 11110 111011 0 111 100001110 1001111 1000001

Color Harmonies of #A661EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A661EC

Black with #A661EC

Text Example


Text Example

White with #A661EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A661EC; }

 p { color: rgb(166,97,236); }

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

background-color css

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

 a { background-color: rgb(166,97,236); }

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

border-color css

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

 span { border-color: rgb(166,97,236); }

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