Html Css Color HEX #A960FF Medium Purple

📋 copy color: '#A960FF'

red 169 ◦ green 96 ◦ blue 255

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

Shades of Medium Purple #A960FF

Tints of Medium Purple #A960FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.04%

R = 32.5%
G = 18.46%
B = 49.04%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A960FF (or 0xA960FF) is known color: Medium Purple. HEX triplet: A9, 60 and FF. RGB value is (169,96,255). Sum of RGB (Red+Green+Blue) = 169+96+255=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #A960FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A960FF is #569F00. Grayscale: #878787. Windows color (decimal): -5676801 or 16736425. OLE color: 16736425.

HSL color Cylindrical-coordinate representation of color #A960FF: hue angle of 267.55º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A960FF is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 169 96 255 -
CMYK 0.34 0.62 0 0
HSL 267.55º 1% 0.69% -
HSV(B) 267.55º 0.62% 1% -
XYZ 38.6 24.02 97.21 -
YUV 135.95 195.18 151.57 -
System Red Green Blue C M Y K H S L
Decimal 169 96 255 0.34 0.62 0 0 267.55 1 0.69
Hex A9 60 FF 22 3E 0 0 10C 64 45
Octal 251 140 377 42 76 0 0 414 144 105
Binary 10101001 1100000 11111111 100010 111110 0 0 100001100 1100100 1000101

Color Harmonies of #A960FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A960FF

Black with #A960FF

Text Example


Text Example

White with #A960FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A960FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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