#A649F5

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

Shades of Blue Violet #A649F5

Tints of Blue Violet #A649F5

Color information

#A649F5 (or 0xA649F5) is unknown color: approx Blue Violet. HEX triplet: A6, 49 and F5. RGB value is (166,73,245). Sum of RGB (Red+Green+Blue) = 166+73+245=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 245 (96.09% from 255 or 50.62% from 484); Max value from RGB is 245 - color contains mainly: blue. Hex color #A649F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A649F5 is #59B60A. Grayscale: #777777. Windows color (decimal): -5879307 or 16075174. OLE color: 16075174.

HSL color Cylindrical-coordinate representation of color #A649F5: hue angle of 272.44º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A649F5 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16673245-
CMYK0.320.7000.04
HSL272.44º89.58%62.35%-
HSV(B)272.44º70.2%96.08%-
XYZ34.5919.4688.32-
YUV120.42198.31160.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.30%
GREEN value IS 73 (28.91% from 255) = 15.08%
BLUE value IS 245 (96.09% from 255) = 50.62%
R=34.30%
G=15.08%
B=50.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal166732450.320.7000.04272.4489.5862.35
HexA649F52046041105a3e
Octal246111365401060442013276
Binary10100110100100111110101100000100011001001000100001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A649F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A649F5; }

 p { color: rgb(166,73,245); }

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

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

 a { background-color: rgb(166,73,245); }

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

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

 span { border-color: rgb(166,73,245); }

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