#A444FF

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

Shades of Blue Violet #A444FF

Tints of Blue Violet #A444FF

Color information

#A444FF (or 0xA444FF) is unknown color: approx Blue Violet. HEX triplet: A4, 44 and FF. RGB value is (164,68,255). Sum of RGB (Red+Green+Blue) = 164+68+255=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 68 (26.95% from 255 or 13.96% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #A444FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A444FF is #5BBB00. Grayscale: #757575. Windows color (decimal): -6011649 or 16729252. OLE color: 16729252.

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

Color convert

RGB16468255-
CMYK0.360.7300
HSL270.8º100%63.33%-
HSV(B)270.8º73.33%100%-
XYZ35.4319.2596.46-
YUV118.02205.3160.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 68 (26.95% from 255) = 13.96%
BLUE value IS 255 (100% from 255) = 52.36%
R=33.68%
G=13.96%
B=52.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal164682550.360.7300270.810063.33
HexA444FF24490010f643f
Octal244104377441110041714477
Binary101001001000100111111111001001001001001000011111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A444FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A444FF; }

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

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

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

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

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

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

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

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