#A95BF3

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

Shades of Medium Purple #A95BF3

Tints of Medium Purple #A95BF3

Color information

#A95BF3 (or 0xA95BF3) is unknown color: approx Medium Purple. HEX triplet: A9, 5B and F3. RGB value is (169,91,243). Sum of RGB (Red+Green+Blue) = 169+91+243=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #A95BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95BF3 is #56A40C. Grayscale: #838383. Windows color (decimal): -5678093 or 15948713. OLE color: 15948713.

HSL color Cylindrical-coordinate representation of color #A95BF3: hue angle of 270.79º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A95BF3 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16991243-
CMYK0.300.6300.05
HSL270.79º86.36%65.49%-
HSV(B)270.79º62.55%95.29%-
XYZ36.2822.3987.2-
YUV131.65190.84154.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.60%
GREEN value IS 91 (35.94% from 255) = 18.09%
BLUE value IS 243 (95.31% from 255) = 48.31%
R=33.60%
G=18.09%
B=48.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal169912430.300.6300.05270.7986.3665.49
HexA95BF31E3F0510f5641
Octal251133363367705417126101
Binary1010100110110111111001111110111111010110000111110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95BF3; }

 p { color: rgb(169,91,243); }

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

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

 a { background-color: rgb(169,91,243); }

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

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

 span { border-color: rgb(169,91,243); }

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