#A04CFE

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

Shades of Blue Violet #A04CFE

Tints of Blue Violet #A04CFE

Color information

#A04CFE (or 0xA04CFE) is unknown color: approx Blue Violet. HEX triplet: A0, 4C and FE. RGB value is (160,76,254). Sum of RGB (Red+Green+Blue) = 160+76+254=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #A04CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04CFE is #5FB301. Grayscale: #787878. Windows color (decimal): -6271746 or 16665760. OLE color: 16665760.

HSL color Cylindrical-coordinate representation of color #A04CFE: hue angle of 268.31º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A04CFE is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB16076254-
CMYK0.370.7000.00
HSL268.31º98.89%64.71%-
HSV(B)268.31º70.08%99.61%-
XYZ34.9719.895.74-
YUV121.41202.83155.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 76 (30.08% from 255) = 15.51%
BLUE value IS 254 (99.61% from 255) = 51.84%
R=32.65%
G=15.51%
B=51.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal160762540.370.7000.00268.3198.8964.71
HexA04CFE25460010c6341
Octal2401143764510600414143101
Binary1010000010011001111111010010110001100010000110011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04CFE; }

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

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

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

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

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

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

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

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