#A961EE

Color #A961EE Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A961EE

Tints of Medium Purple #A961EE

Color information

#A961EE (or 0xA961EE) is unknown color: approx Medium Purple. HEX triplet: A9, 61 and EE. RGB value is (169,97,238). Sum of RGB (Red+Green+Blue) = 169+97+238=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #A961EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A961EE is #569E11. Grayscale: #868686. Windows color (decimal): -5676562 or 15622569. OLE color: 15622569.

HSL color Cylindrical-coordinate representation of color #A961EE: hue angle of 270.64º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A961EE is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16997238-
CMYK0.290.5900.07
HSL270.64º80.57%65.69%-
HSV(B)270.64º59.24%93.33%-
XYZ36.0723.1683.46-
YUV134.6186.35152.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 97 (38.28% from 255) = 19.25%
BLUE value IS 238 (93.36% from 255) = 47.22%
R=33.53%
G=19.25%
B=47.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal169972380.290.5900.07270.6480.5765.69
HexA961EE1D3B0710f5142
Octal251141356357307417121102
Binary1010100111000011110111011101111011011110000111110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A961EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A961EE; }

 p { color: rgb(169,97,238); }

 H1.HeaderClassName
 {
   color: #A961EE;
 }
 .AnyTagClassName
 {
   color: #A961EE;
 }
</style>
background-color css

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

 a { background-color: rgb(169,97,238); }

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

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

 span { border-color: rgb(169,97,238); }

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