#A534FB

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

Shades of Blue Violet #A534FB

Tints of Blue Violet #A534FB

Color information

#A534FB (or 0xA534FB) is unknown color: approx Blue Violet. HEX triplet: A5, 34 and FB. RGB value is (165,52,251). Sum of RGB (Red+Green+Blue) = 165+52+251=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #A534FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A534FB is #5ACB04. Grayscale: #6B6B6B. Windows color (decimal): -5950213 or 16463013. OLE color: 16463013.

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

Color convert

RGB16552251-
CMYK0.340.7900.02
HSL274.07º96.14%59.41%-
HSV(B)274.07º79.28%98.43%-
XYZ34.1617.4292.83-
YUV108.47208.44168.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.26%
GREEN value IS 52 (20.70% from 255) = 11.11%
BLUE value IS 251 (98.44% from 255) = 53.63%
R=35.26%
G=11.11%
B=53.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal165522510.340.7900.02274.0796.1459.41
HexA534FB224F02112603b
Octal24564373421170242214073
Binary101001011101001111101110001010011110101000100101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A534FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A534FB; }

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

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

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

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

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

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

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

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