#A95CF4

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

Shades of Medium Purple #A95CF4

Tints of Medium Purple #A95CF4

Color information

#A95CF4 (or 0xA95CF4) is unknown color: approx Medium Purple. HEX triplet: A9, 5C and F4. RGB value is (169,92,244). Sum of RGB (Red+Green+Blue) = 169+92+244=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 244 - color contains mainly: blue. Hex color #A95CF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A95CF4 is #56A30B. Grayscale: #838383. Windows color (decimal): -5677836 or 16014505. OLE color: 16014505.

HSL color Cylindrical-coordinate representation of color #A95CF4: hue angle of 270.39º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A95CF4 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16992244-
CMYK0.310.6200.04
HSL270.39º87.36%65.88%-
HSV(B)270.39º62.3%95.69%-
XYZ36.5222.6288.03-
YUV132.35191.01154.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.47%
GREEN value IS 92 (36.33% from 255) = 18.22%
BLUE value IS 244 (95.70% from 255) = 48.32%
R=33.47%
G=18.22%
B=48.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal169922440.310.6200.04270.3987.3665.88
HexA95CF41F3E0410e5742
Octal251134364377604416127102
Binary1010100110111001111010011111111110010010000111010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95CF4; }

 p { color: rgb(169,92,244); }

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

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

 a { background-color: rgb(169,92,244); }

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

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

 span { border-color: rgb(169,92,244); }

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