Html Css Color HEX #A961EC Medium Purple

📋 copy color: '#A961EC'

red 169 ◦ green 97 ◦ blue 236

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

Shades of Medium Purple #A961EC

Tints of Medium Purple #A961EC

RGB

 RED value IS 169 (66.41% from 255) = 33.67%

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

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

R = 33.67%
G = 19.32%
B = 47.01%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A961EC (or 0xA961EC) is known color: Medium Purple. HEX triplet: A9, 61 and EC. RGB value is (169,97,236). Sum of RGB (Red+Green+Blue) = 169+97+236=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #A961EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A961EC is #569E13. Grayscale: #858585. Windows color (decimal): -5676564 or 15491497. OLE color: 15491497.

HSL color Cylindrical-coordinate representation of color #A961EC: hue angle of 271.08º 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 #A961EC is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 97 236 -
CMYK 0.28 0.59 0 0.07
HSL 271.08º 0.79% 0.65% -
HSV(B) 271.08º 0.59% 0.93% -
XYZ 35.78 23.04 81.92 -
YUV 134.37 185.35 152.7 -
System Red Green Blue C M Y K H S L
Decimal 169 97 236 0.28 0.59 0 0.07 271.08 0.79 0.65
Hex A9 61 EC 1C 3B 0 7 10F 4F 41
Octal 251 141 354 34 73 0 7 417 117 101
Binary 10101001 1100001 11101100 11100 111011 0 111 100001111 1001111 1000001

Color Harmonies of #A961EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A961EC

Black with #A961EC

Text Example


Text Example

White with #A961EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A961EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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