#A332FD

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

Shades of Blue Violet #A332FD

Tints of Blue Violet #A332FD

Color information

#A332FD (or 0xA332FD) is unknown color: approx Blue Violet. HEX triplet: A3, 32 and FD. RGB value is (163,50,253). Sum of RGB (Red+Green+Blue) = 163+50+253=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 50 (19.92% from 255 or 10.73% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #A332FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A332FD is #5CCD02. Grayscale: #6A6A6A. Windows color (decimal): -6081795 or 16593571. OLE color: 16593571.

HSL color Cylindrical-coordinate representation of color #A332FD: hue angle of 273.4º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A332FD is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16350253-
CMYK0.360.8000.01
HSL273.4º98.07%59.41%-
HSV(B)273.4º80.24%99.22%-
XYZ33.9717.1694.45-
YUV106.93210.44167.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.98%
GREEN value IS 50 (19.92% from 255) = 10.73%
BLUE value IS 253 (99.22% from 255) = 54.29%
R=34.98%
G=10.73%
B=54.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal163502530.360.8000.01273.498.0759.41
HexA332FD245001111623b
Octal24362375441200142114273
Binary10100011110010111111011001001010000011000100011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A332FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A332FD; }

 p { color: rgb(163,50,253); }

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

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

 a { background-color: rgb(163,50,253); }

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

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

 span { border-color: rgb(163,50,253); }

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