#A52EFA

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

Shades of Blue Violet #A52EFA

Tints of Blue Violet #A52EFA

Color information

#A52EFA (or 0xA52EFA) is unknown color: approx Blue Violet. HEX triplet: A5, 2E and FA. RGB value is (165,46,250). Sum of RGB (Red+Green+Blue) = 165+46+250=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #A52EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52EFA is #5AD105. Grayscale: #686868. Windows color (decimal): -5951750 or 16395941. OLE color: 16395941.

HSL color Cylindrical-coordinate representation of color #A52EFA: hue angle of 275º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A52EFA is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16546250-
CMYK0.340.8200.02
HSL275º95.33%58.04%-
HSV(B)275º81.6%98.04%-
XYZ33.7516.8691.92-
YUV104.84209.92170.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 46 (18.36% from 255) = 9.98%
BLUE value IS 250 (98.05% from 255) = 54.23%
R=35.79%
G=9.98%
B=54.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal165462500.340.8200.0227595.3358.04
HexA52EFA2252021135f3a
Octal24556372421220242313772
Binary101001011011101111101010001010100100101000100111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52EFA; }

 p { color: rgb(165,46,250); }

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

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

 a { background-color: rgb(165,46,250); }

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

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

 span { border-color: rgb(165,46,250); }

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