#A444F5

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

Shades of Blue Violet #A444F5

Tints of Blue Violet #A444F5

Color information

#A444F5 (or 0xA444F5) is unknown color: approx Blue Violet. HEX triplet: A4, 44 and F5. RGB value is (164,68,245). Sum of RGB (Red+Green+Blue) = 164+68+245=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 245 (96.09% from 255 or 51.36% from 477); Max value from RGB is 245 - color contains mainly: blue. Hex color #A444F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A444F5 is #5BBB0A. Grayscale: #747474. Windows color (decimal): -6011659 or 16073892. OLE color: 16073892.

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

Color convert

RGB16468245-
CMYK0.330.7200.04
HSL272.54º89.85%61.37%-
HSV(B)272.54º72.24%96.08%-
XYZ33.8618.6288.2-
YUV116.88200.3161.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 68 (26.95% from 255) = 14.26%
BLUE value IS 245 (96.09% from 255) = 51.36%
R=34.38%
G=14.26%
B=51.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal164682450.330.7200.04272.5489.8561.37
HexA444F52148041115a3d
Octal244104365411100442113275
Binary10100100100010011110101100001100100001001000100011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A444F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A444F5; }

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

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

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

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

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

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

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

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