Html Css Color HEX #A960ED Medium Purple

📋 copy color: '#A960ED'

red 169 ◦ green 96 ◦ blue 237

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

Shades of Medium Purple #A960ED

Tints of Medium Purple #A960ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.21%

R = 33.67%
G = 19.12%
B = 47.21%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A960ED (or 0xA960ED) is known color: Medium Purple. HEX triplet: A9, 60 and ED. RGB value is (169,96,237). Sum of RGB (Red+Green+Blue) = 169+96+237=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #A960ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A960ED is #569F12. Grayscale: #858585. Windows color (decimal): -5676819 or 15556777. OLE color: 15556777.

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

Color convert

RGB 169 96 237 -
CMYK 0.29 0.59 0 0.07
HSL 271.06º 0.8% 0.65% -
HSV(B) 271.06º 0.59% 0.93% -
XYZ 35.83 22.92 82.66 -
YUV 133.9 186.18 153.04 -
System Red Green Blue C M Y K H S L
Decimal 169 96 237 0.29 0.59 0 0.07 271.06 0.8 0.65
Hex A9 60 ED 1D 3B 0 7 10F 50 41
Octal 251 140 355 35 73 0 7 417 120 101
Binary 10101001 1100000 11101101 11101 111011 0 111 100001111 1010000 1000001

Color Harmonies of #A960ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A960ED

Black with #A960ED

Text Example


Text Example

White with #A960ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A960ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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