#a240f5

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

Shades of Blue Violet #A240F5

Tints of Blue Violet #A240F5

Color information

#A240F5 (or 0xA240F5) is unknown color: approx Blue Violet. HEX triplet: A2, 40 and F5. RGB value is (162,64,245). Sum of RGB (Red+Green+Blue) = 162+64+245=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 245 (96.09% from 255 or 52.02% from 471); Max value from RGB is 245 - color contains mainly: blue. Hex color #A240F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A240F5 is #5DBF0A. Grayscale: #717171. Windows color (decimal): -6143755 or 16072866. OLE color: 16072866.

HSL color Cylindrical-coordinate representation of color #A240F5: hue angle of 272.49º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A240F5 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16264245-
CMYK0.340.7400.04
HSL272.49º90.05%60.59%-
HSV(B)272.49º73.88%96.08%-
XYZ33.2217.9488.1-
YUV113.94201.97162.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 64 (25.39% from 255) = 13.59%
BLUE value IS 245 (96.09% from 255) = 52.02%
R=34.39%
G=13.59%
B=52.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal162642450.340.7400.04272.4990.0560.59
HexA240F5224A041105a3d
Octal242100365421120442013275
Binary10100010100000011110101100010100101001001000100001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a240f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a240f5; }

 p { color: rgb(162,64,245); }

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

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

 a { background-color: rgb(162,64,245); }

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

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

 span { border-color: rgb(162,64,245); }

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