#A441FF

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

Shades of Blue Violet #A441FF

Tints of Blue Violet #A441FF

Color information

#A441FF (or 0xA441FF) is unknown color: approx Blue Violet. HEX triplet: A4, 41 and FF. RGB value is (164,65,255). Sum of RGB (Red+Green+Blue) = 164+65+255=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #A441FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A441FF is #5BBE00. Grayscale: #737373. Windows color (decimal): -6012417 or 16728484. OLE color: 16728484.

HSL color Cylindrical-coordinate representation of color #A441FF: hue angle of 271.26º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A441FF is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16465255-
CMYK0.360.7500
HSL271.26º100%62.75%-
HSV(B)271.26º74.51%100%-
XYZ35.2518.8996.4-
YUV116.26206.3162.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 65 (25.78% from 255) = 13.43%
BLUE value IS 255 (100% from 255) = 52.69%
R=33.88%
G=13.43%
B=52.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal164652550.360.7500271.2610062.75
HexA441FF244B0010f643f
Octal244101377441130041714477
Binary101001001000001111111111001001001011001000011111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A441FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A441FF; }

 p { color: rgb(164,65,255); }

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

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

 a { background-color: rgb(164,65,255); }

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

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

 span { border-color: rgb(164,65,255); }

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