#A241FB

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

Shades of Blue Violet #A241FB

Tints of Blue Violet #A241FB

Color information

#A241FB (or 0xA241FB) is unknown color: approx Blue Violet. HEX triplet: A2, 41 and FB. RGB value is (162,65,251). Sum of RGB (Red+Green+Blue) = 162+65+251=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #A241FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A241FB is #5DBE04. Grayscale: #727272. Windows color (decimal): -6143493 or 16466338. OLE color: 16466338.

HSL color Cylindrical-coordinate representation of color #A241FB: hue angle of 271.29º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A241FB is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16265251-
CMYK0.350.7400.02
HSL271.29º95.88%61.96%-
HSV(B)271.29º74.1%98.43%-
XYZ34.218.4393.02-
YUV115.21204.64161.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.89%
GREEN value IS 65 (25.78% from 255) = 13.60%
BLUE value IS 251 (98.44% from 255) = 52.51%
R=33.89%
G=13.60%
B=52.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal162652510.350.7400.02271.2995.8861.96
HexA241FB234A0210f603e
Octal242101373431120241714076
Binary1010001010000011111101110001110010100101000011111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A241FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A241FB; }

 p { color: rgb(162,65,251); }

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

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

 a { background-color: rgb(162,65,251); }

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

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

 span { border-color: rgb(162,65,251); }

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