#A534ED

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

Shades of Blue Violet #A534ED

Tints of Blue Violet #A534ED

Color information

#A534ED (or 0xA534ED) is unknown color: approx Blue Violet. HEX triplet: A5, 34 and ED. RGB value is (165,52,237). Sum of RGB (Red+Green+Blue) = 165+52+237=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #A534ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A534ED is #5ACB12. Grayscale: #6A6A6A. Windows color (decimal): -5950227 or 15545509. OLE color: 15545509.

HSL color Cylindrical-coordinate representation of color #A534ED: hue angle of 276.65º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A534ED is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16552237-
CMYK0.300.7800.07
HSL276.65º83.71%56.67%-
HSV(B)276.65º78.06%92.94%-
XYZ32.0316.5781.63-
YUV106.88201.44169.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 52 (20.70% from 255) = 11.45%
BLUE value IS 237 (92.97% from 255) = 52.20%
R=36.34%
G=11.45%
B=52.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal165522370.300.7800.07276.6583.7156.67
HexA534ED1E4E071155439
Octal24564355361160742512471
Binary101001011101001110110111110100111001111000101011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A534ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A534ED; }

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

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

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

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

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

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

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

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