#A145FA

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

Shades of Blue Violet #A145FA

Tints of Blue Violet #A145FA

Color information

#A145FA (or 0xA145FA) is unknown color: approx Blue Violet. HEX triplet: A1, 45 and FA. RGB value is (161,69,250). Sum of RGB (Red+Green+Blue) = 161+69+250=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #A145FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A145FA is #5EBA05. Grayscale: #747474. Windows color (decimal): -6208006 or 16401825. OLE color: 16401825.

HSL color Cylindrical-coordinate representation of color #A145FA: hue angle of 270.5º 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 #A145FA is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16169250-
CMYK0.360.7200.02
HSL270.5º94.76%62.55%-
HSV(B)270.5º72.4%98.04%-
XYZ34.0818.7492.26-
YUV117.14202.98159.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.54%
GREEN value IS 69 (27.34% from 255) = 14.38%
BLUE value IS 250 (98.05% from 255) = 52.08%
R=33.54%
G=14.38%
B=52.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161692500.360.7200.02270.594.7662.55
HexA145FA24480210e5f3f
Octal241105372441100241613777
Binary1010000110001011111101010010010010000101000011101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A145FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A145FA; }

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

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

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

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

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

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

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

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