Html Css Color HEX #A960EC Medium Purple

📋 copy color: '#A960EC'

red 169 ◦ green 96 ◦ blue 236

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

Shades of Medium Purple #A960EC

Tints of Medium Purple #A960EC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.16%

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

R = 33.73%
G = 19.16%
B = 47.11%

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

#A960EC (or 0xA960EC) is known color: Medium Purple. HEX triplet: A9, 60 and EC. RGB value is (169,96,236). Sum of RGB (Red+Green+Blue) = 169+96+236=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #A960EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A960EC is #569F13. Grayscale: #858585. Windows color (decimal): -5676820 or 15491241. OLE color: 15491241.

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

Color convert

RGB 169 96 236 -
CMYK 0.28 0.59 0 0.07
HSL 271.29º 0.79% 0.65% -
HSV(B) 271.29º 0.59% 0.93% -
XYZ 35.69 22.86 81.89 -
YUV 133.79 185.68 153.12 -
System Red Green Blue C M Y K H S L
Decimal 169 96 236 0.28 0.59 0 0.07 271.29 0.79 0.65
Hex A9 60 EC 1C 3B 0 7 10F 4F 41
Octal 251 140 354 34 73 0 7 417 117 101
Binary 10101001 1100000 11101100 11100 111011 0 111 100001111 1001111 1000001

Color Harmonies of #A960EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A960EC

Black with #A960EC

Text Example


Text Example

White with #A960EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A960EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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