#A04DFC

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

Shades of Blue Violet #A04DFC

Tints of Blue Violet #A04DFC

Color information

#A04DFC (or 0xA04DFC) is unknown color: approx Blue Violet. HEX triplet: A0, 4D and FC. RGB value is (160,77,252). Sum of RGB (Red+Green+Blue) = 160+77+252=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #A04DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04DFC is #5FB203. Grayscale: #797979. Windows color (decimal): -6271492 or 16534944. OLE color: 16534944.

HSL color Cylindrical-coordinate representation of color #A04DFC: hue angle of 268.46º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04DFC is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16077252-
CMYK0.370.6900.01
HSL268.46º96.69%64.51%-
HSV(B)268.46º69.44%98.82%-
XYZ34.7219.8194.09-
YUV121.77201.5155.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.72%
GREEN value IS 77 (30.47% from 255) = 15.75%
BLUE value IS 252 (98.83% from 255) = 51.53%
R=32.72%
G=15.75%
B=51.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal160772520.370.6900.01268.4696.6964.51
HexA04DFC25450110c6141
Octal2401153744510501414141101
Binary1010000010011011111110010010110001010110000110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04DFC; }

 p { color: rgb(160,77,252); }

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

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

 a { background-color: rgb(160,77,252); }

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

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

 span { border-color: rgb(160,77,252); }

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