#a04cf3

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

Shades of Blue Violet #A04CF3

Tints of Blue Violet #A04CF3

Color information

#A04CF3 (or 0xA04CF3) is unknown color: approx Blue Violet. HEX triplet: A0, 4C and F3. RGB value is (160,76,243). Sum of RGB (Red+Green+Blue) = 160+76+243=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #A04CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04CF3 is #5FB30C. Grayscale: #777777. Windows color (decimal): -6271757 or 15944864. OLE color: 15944864.

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

Color convert

RGB16076243-
CMYK0.340.6900.05
HSL270.18º87.43%62.55%-
HSV(B)270.18º68.72%95.29%-
XYZ33.2619.1186.73-
YUV120.15197.33156.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 76 (30.08% from 255) = 15.87%
BLUE value IS 243 (95.31% from 255) = 50.73%
R=33.40%
G=15.87%
B=50.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal160762430.340.6900.05270.1887.4362.55
HexA04CF322450510e573f
Octal240114363421050541612777
Binary10100000100110011110011100010100010101011000011101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a04cf3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a04cf3; }

 p { color: rgb(160,76,243); }

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

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

 a { background-color: rgb(160,76,243); }

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

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

 span { border-color: rgb(160,76,243); }

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