#A445FA

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

Shades of Blue Violet #A445FA

Tints of Blue Violet #A445FA

Color information

#A445FA (or 0xA445FA) is unknown color: approx Blue Violet. HEX triplet: A4, 45 and FA. RGB value is (164,69,250). Sum of RGB (Red+Green+Blue) = 164+69+250=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #A445FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A445FA is #5BBA05. Grayscale: #757575. Windows color (decimal): -6011398 or 16401828. OLE color: 16401828.

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

Color convert

RGB16469250-
CMYK0.340.7200.02
HSL271.49º94.76%62.55%-
HSV(B)271.49º72.4%98.04%-
XYZ34.6919.0592.29-
YUV118.04202.47160.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 69 (27.34% from 255) = 14.29%
BLUE value IS 250 (98.05% from 255) = 51.76%
R=33.95%
G=14.29%
B=51.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal164692500.340.7200.02271.4994.7662.55
HexA445FA22480210f5f3f
Octal244105372421100241713777
Binary1010010010001011111101010001010010000101000011111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A445FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A445FA; }

 p { color: rgb(164,69,250); }

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

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

 a { background-color: rgb(164,69,250); }

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

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

 span { border-color: rgb(164,69,250); }

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