#A05CF9

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

Shades of Medium Purple #A05CF9

Tints of Medium Purple #A05CF9

Color information

#A05CF9 (or 0xA05CF9) is unknown color: approx Medium Purple. HEX triplet: A0, 5C and F9. RGB value is (160,92,249). Sum of RGB (Red+Green+Blue) = 160+92+249=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #A05CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05CF9 is #5FA306. Grayscale: #818181. Windows color (decimal): -6267655 or 16342176. OLE color: 16342176.

HSL color Cylindrical-coordinate representation of color #A05CF9: hue angle of 265.99º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A05CF9 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16092249-
CMYK0.360.6300.02
HSL265.99º92.9%66.86%-
HSV(B)265.99º63.05%97.65%-
XYZ35.4221.9792-
YUV130.23195.03149.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 92 (36.33% from 255) = 18.36%
BLUE value IS 249 (97.66% from 255) = 49.70%
R=31.94%
G=18.36%
B=49.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal160922490.360.6300.02265.9992.966.86
HexA05CF9243F0210a5d43
Octal240134371447702412135103
Binary1010000010111001111100110010011111101010000101010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05CF9; }

 p { color: rgb(160,92,249); }

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

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

 a { background-color: rgb(160,92,249); }

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

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

 span { border-color: rgb(160,92,249); }

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