#A52CFA

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

Shades of Blue Violet #A52CFA

Tints of Blue Violet #A52CFA

Color information

#A52CFA (or 0xA52CFA) is unknown color: approx Blue Violet. HEX triplet: A5, 2C and FA. RGB value is (165,44,250). Sum of RGB (Red+Green+Blue) = 165+44+250=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #A52CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52CFA is #5AD305. Grayscale: #666666. Windows color (decimal): -5952262 or 16395429. OLE color: 16395429.

HSL color Cylindrical-coordinate representation of color #A52CFA: hue angle of 275.24º 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 #A52CFA is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16544250-
CMYK0.340.8200.02
HSL275.24º95.37%57.65%-
HSV(B)275.24º82.4%98.04%-
XYZ33.6716.791.89-
YUV103.66210.59171.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 44 (17.58% from 255) = 9.59%
BLUE value IS 250 (98.05% from 255) = 54.47%
R=35.95%
G=9.59%
B=54.47%

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
Decimal165442500.340.8200.02275.2495.3757.65
HexA52CFA2252021135f3a
Octal24554372421220242313772
Binary101001011011001111101010001010100100101000100111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52CFA; }

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

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

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

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

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

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

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

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