#A145FD

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

Shades of Blue Violet #A145FD

Tints of Blue Violet #A145FD

Color information

#A145FD (or 0xA145FD) is unknown color: approx Blue Violet. HEX triplet: A1, 45 and FD. RGB value is (161,69,253). Sum of RGB (Red+Green+Blue) = 161+69+253=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #A145FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A145FD is #5EBA02. Grayscale: #747474. Windows color (decimal): -6208003 or 16598433. OLE color: 16598433.

HSL color Cylindrical-coordinate representation of color #A145FD: hue angle of 270º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A145FD is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16169253-
CMYK0.360.7300.01
HSL270º97.87%63.14%-
HSV(B)270º72.73%99.22%-
XYZ34.5618.9394.76-
YUV117.48204.48159.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.33%
GREEN value IS 69 (27.34% from 255) = 14.29%
BLUE value IS 253 (99.22% from 255) = 52.38%
R=33.33%
G=14.29%
B=52.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal161692530.360.7300.0127097.8763.14
HexA145FD24490110e623f
Octal241105375441110141614277
Binary101000011000101111111011001001001001011000011101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A145FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A145FD; }

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

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

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

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

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

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

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

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