#A44CF2

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

Shades of Blue Violet #A44CF2

Tints of Blue Violet #A44CF2

Color information

#A44CF2 (or 0xA44CF2) is unknown color: approx Blue Violet. HEX triplet: A4, 4C and F2. RGB value is (164,76,242). Sum of RGB (Red+Green+Blue) = 164+76+242=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #A44CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A44CF2 is #5BB30D. Grayscale: #787878. Windows color (decimal): -6009614 or 15879332. OLE color: 15879332.

HSL color Cylindrical-coordinate representation of color #A44CF2: hue angle of 271.81º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A44CF2 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16476242-
CMYK0.320.6900.05
HSL271.81º86.46%62.35%-
HSV(B)271.81º68.6%94.9%-
XYZ33.9219.4785.98-
YUV121.24196.15158.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 76 (30.08% from 255) = 15.77%
BLUE value IS 242 (94.92% from 255) = 50.21%
R=34.02%
G=15.77%
B=50.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal164762420.320.6900.05271.8186.4662.35
HexA44CF2204505110563e
Octal244114362401050542012676
Binary10100100100110011110010100000100010101011000100001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44CF2; }

 p { color: rgb(164,76,242); }

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

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

 a { background-color: rgb(164,76,242); }

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

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

 span { border-color: rgb(164,76,242); }

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