#A444F7

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

Shades of Blue Violet #A444F7

Tints of Blue Violet #A444F7

Color information

#A444F7 (or 0xA444F7) is unknown color: approx Blue Violet. HEX triplet: A4, 44 and F7. RGB value is (164,68,247). Sum of RGB (Red+Green+Blue) = 164+68+247=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 68 (26.95% from 255 or 14.20% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #A444F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A444F7 is #5BBB08. Grayscale: #747474. Windows color (decimal): -6011657 or 16204964. OLE color: 16204964.

HSL color Cylindrical-coordinate representation of color #A444F7: hue angle of 272.18º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A444F7 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16468247-
CMYK0.340.7200.03
HSL272.18º91.79%61.76%-
HSV(B)272.18º72.47%96.86%-
XYZ34.1718.7489.81-
YUV117.11201.3161.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.24%
GREEN value IS 68 (26.95% from 255) = 14.20%
BLUE value IS 247 (96.88% from 255) = 51.57%
R=34.24%
G=14.20%
B=51.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal164682470.340.7200.03272.1891.7961.76
HexA444F72248031105c3e
Octal244104367421100342013476
Binary1010010010001001111011110001010010000111000100001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A444F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A444F7; }

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

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

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

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

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

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

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

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