#A961F1

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

Shades of Medium Purple #A961F1

Tints of Medium Purple #A961F1

Color information

#A961F1 (or 0xA961F1) is unknown color: approx Medium Purple. HEX triplet: A9, 61 and F1. RGB value is (169,97,241). Sum of RGB (Red+Green+Blue) = 169+97+241=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #A961F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A961F1 is #569E0E. Grayscale: #868686. Windows color (decimal): -5676559 or 15819177. OLE color: 15819177.

HSL color Cylindrical-coordinate representation of color #A961F1: hue angle of 270º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A961F1 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16997241-
CMYK0.300.6000.05
HSL270º83.72%66.27%-
HSV(B)270º59.75%94.51%-
XYZ36.5123.3485.8-
YUV134.94187.85152.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 19.13%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=33.33%
G=19.13%
B=47.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal169972410.300.6000.0527083.7266.27
HexA961F11E3C0510e5442
Octal251141361367405416124102
Binary1010100111000011111000111110111100010110000111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A961F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A961F1; }

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

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

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

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

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

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

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

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