#A52DFE

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

Shades of Blue Violet #A52DFE

Tints of Blue Violet #A52DFE

Color information

#A52DFE (or 0xA52DFE) is unknown color: approx Blue Violet. HEX triplet: A5, 2D and FE. RGB value is (165,45,254). Sum of RGB (Red+Green+Blue) = 165+45+254=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 45 (17.97% from 255 or 9.70% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #A52DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52DFE is #5AD201. Grayscale: #676767. Windows color (decimal): -5952002 or 16657829. OLE color: 16657829.

HSL color Cylindrical-coordinate representation of color #A52DFE: hue angle of 274.45º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A52DFE is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB16545254-
CMYK0.350.8200.00
HSL274.45º99.05%58.63%-
HSV(B)274.45º82.28%99.61%-
XYZ34.3417.0395.24-
YUV104.71212.26171.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.56%
GREEN value IS 45 (17.97% from 255) = 9.70%
BLUE value IS 254 (99.61% from 255) = 54.74%
R=35.56%
G=9.70%
B=54.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal165452540.350.8200.00274.4599.0558.63
HexA52DFE235200112633b
Octal24555376431220042214373
Binary10100101101101111111101000111010010001000100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52DFE; }

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

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

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

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

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

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

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

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