#A958FF

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

Shades of Medium Purple #A958FF

Tints of Medium Purple #A958FF

Color information

#A958FF (or 0xA958FF) is unknown color: approx Medium Purple. HEX triplet: A9, 58 and FF. RGB value is (169,88,255). Sum of RGB (Red+Green+Blue) = 169+88+255=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #A958FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A958FF is #56A700. Grayscale: #828282. Windows color (decimal): -5678849 or 16734377. OLE color: 16734377.

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

Color convert

RGB16988255-
CMYK0.340.6500
HSL269.1º100%67.25%-
HSV(B)269.1º65.49%100%-
XYZ37.922.6396.98-
YUV131.26197.84154.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 88 (34.77% from 255) = 17.19%
BLUE value IS 255 (100% from 255) = 49.80%
R=33.01%
G=17.19%
B=49.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal169882550.340.6500269.110067.25
HexA958FF22410010d6443
Octal2511303774210100415144103
Binary1010100110110001111111110001010000010010000110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A958FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A958FF; }

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

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

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

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

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

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

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

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