#A52DF1

Color #A52DF1 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A52DF1

Tints of Blue Violet #A52DF1

Color information

#A52DF1 (or 0xA52DF1) is unknown color: approx Blue Violet. HEX triplet: A5, 2D and F1. RGB value is (165,45,241). Sum of RGB (Red+Green+Blue) = 165+45+241=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #A52DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52DF1 is #5AD20E. Grayscale: #666666. Windows color (decimal): -5952015 or 15805861. OLE color: 15805861.

HSL color Cylindrical-coordinate representation of color #A52DF1: hue angle of 276.73º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52DF1 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16545241-
CMYK0.320.8100.05
HSL276.73º87.5%56.08%-
HSV(B)276.73º81.33%94.51%-
XYZ32.3316.2384.65-
YUV103.22205.76172.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.59%
GREEN value IS 45 (17.97% from 255) = 9.98%
BLUE value IS 241 (94.53% from 255) = 53.44%
R=36.59%
G=9.98%
B=53.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165452410.320.8100.05276.7387.556.08
HexA52DF12051051155838
Octal24555361401210542513070
Binary1010010110110111110001100000101000101011000101011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52DF1; }

 p { color: rgb(165,45,241); }

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

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

 a { background-color: rgb(165,45,241); }

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

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

 span { border-color: rgb(165,45,241); }

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