#A348FD

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

Shades of Blue Violet #A348FD

Tints of Blue Violet #A348FD

Color information

#A348FD (or 0xA348FD) is unknown color: approx Blue Violet. HEX triplet: A3, 48 and FD. RGB value is (163,72,253). Sum of RGB (Red+Green+Blue) = 163+72+253=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #A348FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A348FD is #5CB702. Grayscale: #777777. Windows color (decimal): -6076163 or 16599203. OLE color: 16599203.

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

Color convert

RGB16372253-
CMYK0.360.7200.01
HSL270.17º97.84%63.73%-
HSV(B)270.17º71.54%99.22%-
XYZ35.1519.5194.84-
YUV119.84203.15158.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 72 (28.52% from 255) = 14.75%
BLUE value IS 253 (99.22% from 255) = 51.84%
R=33.40%
G=14.75%
B=51.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal163722530.360.7200.01270.1797.8463.73
HexA348FD24480110e6240
Octal2431103754411001416142100
Binary1010001110010001111110110010010010000110000111011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A348FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A348FD; }

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

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

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

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

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

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

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

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