Html Css Color HEX #A960FA Medium Purple

📋 copy color: '#A960FA'

red 169 ◦ green 96 ◦ blue 250

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

Shades of Medium Purple #A960FA

Tints of Medium Purple #A960FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 32.82%
G = 18.64%
B = 48.54%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A960FA (or 0xA960FA) is known color: Medium Purple. HEX triplet: A9, 60 and FA. RGB value is (169,96,250). Sum of RGB (Red+Green+Blue) = 169+96+250=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #A960FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A960FA is #569F05. Grayscale: #868686. Windows color (decimal): -5676806 or 16408745. OLE color: 16408745.

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

Color convert

RGB 169 96 250 -
CMYK 0.32 0.62 0 0.02
HSL 268.44º 0.94% 0.68% -
HSV(B) 268.44º 0.62% 0.98% -
XYZ 37.8 23.7 93.03 -
YUV 135.38 192.68 151.98 -
System Red Green Blue C M Y K H S L
Decimal 169 96 250 0.32 0.62 0 0.02 268.44 0.94 0.68
Hex A9 60 FA 20 3E 0 2 10C 5E 44
Octal 251 140 372 40 76 0 2 414 136 104
Binary 10101001 1100000 11111010 100000 111110 0 10 100001100 1011110 1000100

Color Harmonies of #A960FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A960FA

Black with #A960FA

Text Example


Text Example

White with #A960FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A960FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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