#A944F6

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

Shades of Blue Violet #A944F6

Tints of Blue Violet #A944F6

Color information

#A944F6 (or 0xA944F6) is unknown color: approx Blue Violet. HEX triplet: A9, 44 and F6. RGB value is (169,68,246). Sum of RGB (Red+Green+Blue) = 169+68+246=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #A944F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A944F6 is #56BB09. Grayscale: #757575. Windows color (decimal): -5683978 or 16139433. OLE color: 16139433.

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

Color convert

RGB16968246-
CMYK0.310.7200.04
HSL274.04º90.82%61.57%-
HSV(B)274.04º72.36%96.47%-
XYZ35.0619.2289.05-
YUV118.49199.96164.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 68 (26.95% from 255) = 14.08%
BLUE value IS 246 (96.48% from 255) = 50.93%
R=34.99%
G=14.08%
B=50.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal169682460.310.7200.04274.0490.8261.57
HexA944F61F48041125b3e
Octal251104366371100442213376
Binary1010100110001001111011011111100100001001000100101011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A944F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A944F6; }

 p { color: rgb(169,68,246); }

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

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

 a { background-color: rgb(169,68,246); }

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

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

 span { border-color: rgb(169,68,246); }

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