#A544F8

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

Shades of Blue Violet #A544F8

Tints of Blue Violet #A544F8

Color information

#A544F8 (or 0xA544F8) is unknown color: approx Blue Violet. HEX triplet: A5, 44 and F8. RGB value is (165,68,248). Sum of RGB (Red+Green+Blue) = 165+68+248=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #A544F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A544F8 is #5ABB07. Grayscale: #747474. Windows color (decimal): -5946120 or 16270501. OLE color: 16270501.

HSL color Cylindrical-coordinate representation of color #A544F8: hue angle of 272.33º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A544F8 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16568248-
CMYK0.330.7300.03
HSL272.33º92.78%61.96%-
HSV(B)272.33º72.58%97.25%-
XYZ34.5318.9190.64-
YUV117.52201.64161.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 68 (26.95% from 255) = 14.14%
BLUE value IS 248 (97.27% from 255) = 51.56%
R=34.30%
G=14.14%
B=51.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal165682480.330.7300.03272.3392.7861.96
HexA544F82149031105d3e
Octal245104370411110342013576
Binary1010010110001001111100010000110010010111000100001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A544F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A544F8; }

 p { color: rgb(165,68,248); }

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

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

 a { background-color: rgb(165,68,248); }

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

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

 span { border-color: rgb(165,68,248); }

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