Html Css Color HEX #A960EF Medium Purple

📋 copy color: '#A960EF'

red 169 ◦ green 96 ◦ blue 239

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

Shades of Medium Purple #A960EF

Tints of Medium Purple #A960EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.42%

R = 33.53%
G = 19.05%
B = 47.42%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A960EF (or 0xA960EF) is known color: Medium Purple. HEX triplet: A9, 60 and EF. RGB value is (169,96,239). Sum of RGB (Red+Green+Blue) = 169+96+239=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #A960EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A960EF is #569F10. Grayscale: #858585. Windows color (decimal): -5676817 or 15687849. OLE color: 15687849.

HSL color Cylindrical-coordinate representation of color #A960EF: hue angle of 270.63º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A960EF is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 96 239 -
CMYK 0.29 0.60 0 0.06
HSL 270.63º 0.82% 0.66% -
HSV(B) 270.63º 0.6% 0.94% -
XYZ 36.13 23.03 84.2 -
YUV 134.13 187.18 152.87 -
System Red Green Blue C M Y K H S L
Decimal 169 96 239 0.29 0.60 0 0.06 270.63 0.82 0.66
Hex A9 60 EF 1D 3C 0 6 10F 52 42
Octal 251 140 357 35 74 0 6 417 122 102
Binary 10101001 1100000 11101111 11101 111100 0 110 100001111 1010010 1000010

Color Harmonies of #A960EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A960EF

Black with #A960EF

Text Example


Text Example

White with #A960EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A960EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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