#a245f8

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

Shades of Blue Violet #A245F8

Tints of Blue Violet #A245F8

Color information

#A245F8 (or 0xA245F8) is unknown color: approx Blue Violet. HEX triplet: A2, 45 and F8. RGB value is (162,69,248). Sum of RGB (Red+Green+Blue) = 162+69+248=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 69 (27.34% from 255 or 14.41% from 479); Blue value is 248 (97.27% from 255 or 51.77% from 479); Max value from RGB is 248 - color contains mainly: blue. Hex color #A245F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A245F8 is #5DBA07. Grayscale: #747474. Windows color (decimal): -6142472 or 16270754. OLE color: 16270754.

HSL color Cylindrical-coordinate representation of color #A245F8: hue angle of 271.17º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A245F8 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16269248-
CMYK0.350.7200.03
HSL271.17º92.75%62.16%-
HSV(B)271.17º72.18%97.25%-
XYZ33.9718.7190.63-
YUV117.21201.81159.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.82%
GREEN value IS 69 (27.34% from 255) = 14.41%
BLUE value IS 248 (97.27% from 255) = 51.77%
R=33.82%
G=14.41%
B=51.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal162692480.350.7200.03271.1792.7562.16
HexA245F823480310f5d3e
Octal242105370431100341713576
Binary1010001010001011111100010001110010000111000011111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a245f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a245f8; }

 p { color: rgb(162,69,248); }

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

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

 a { background-color: rgb(162,69,248); }

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

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

 span { border-color: rgb(162,69,248); }

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