#A534F8

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

Shades of Blue Violet #A534F8

Tints of Blue Violet #A534F8

Color information

#A534F8 (or 0xA534F8) is unknown color: approx Blue Violet. HEX triplet: A5, 34 and F8. RGB value is (165,52,248). Sum of RGB (Red+Green+Blue) = 165+52+248=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #A534F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A534F8 is #5ACB07. Grayscale: #6B6B6B. Windows color (decimal): -5950216 or 16266405. OLE color: 16266405.

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

Color convert

RGB16552248-
CMYK0.330.7900.03
HSL274.59º93.33%58.82%-
HSV(B)274.59º79.03%97.25%-
XYZ33.6917.2390.36-
YUV108.13206.94168.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 52 (20.70% from 255) = 11.18%
BLUE value IS 248 (97.27% from 255) = 53.33%
R=35.48%
G=11.18%
B=53.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal165522480.330.7900.03274.5993.3358.82
HexA534F8214F031135d3b
Octal24564370411170342313573
Binary101001011101001111100010000110011110111000100111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A534F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A534F8; }

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

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

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

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

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

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

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

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