Html Css Color HEX #A960F9 Medium Purple

📋 copy color: '#A960F9'

red 169 ◦ green 96 ◦ blue 249

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

Shades of Medium Purple #A960F9

Tints of Medium Purple #A960F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.44%

R = 32.88%
G = 18.68%
B = 48.44%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A960F9 (or 0xA960F9) is known color: Medium Purple. HEX triplet: A9, 60 and F9. RGB value is (169,96,249). Sum of RGB (Red+Green+Blue) = 169+96+249=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #A960F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A960F9 is #569F06. Grayscale: #868686. Windows color (decimal): -5676807 or 16343209. OLE color: 16343209.

HSL color Cylindrical-coordinate representation of color #A960F9: hue angle of 268.63º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A960F9 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 96 249 -
CMYK 0.32 0.61 0 0.02
HSL 268.63º 0.93% 0.68% -
HSV(B) 268.63º 0.61% 0.98% -
XYZ 37.64 23.64 92.2 -
YUV 135.27 192.18 152.06 -
System Red Green Blue C M Y K H S L
Decimal 169 96 249 0.32 0.61 0 0.02 268.63 0.93 0.68
Hex A9 60 F9 20 3D 0 2 10D 5D 44
Octal 251 140 371 40 75 0 2 415 135 104
Binary 10101001 1100000 11111001 100000 111101 0 10 100001101 1011101 1000100

Color Harmonies of #A960F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A960F9

Black with #A960F9

Text Example


Text Example

White with #A960F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A960F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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