#A53AEB

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

Shades of Blue Violet #A53AEB

Tints of Blue Violet #A53AEB

Color information

#A53AEB (or 0xA53AEB) is unknown color: approx Blue Violet. HEX triplet: A5, 3A and EB. RGB value is (165,58,235). Sum of RGB (Red+Green+Blue) = 165+58+235=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #A53AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53AEB is #5AC514. Grayscale: #6D6D6D. Windows color (decimal): -5948693 or 15415973. OLE color: 15415973.

HSL color Cylindrical-coordinate representation of color #A53AEB: hue angle of 276.27º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A53AEB is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16558235-
CMYK0.300.7500.08
HSL276.27º81.57%57.45%-
HSV(B)276.27º75.32%92.16%-
XYZ32.0317.0280.2-
YUV110.17198.45167.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.03%
GREEN value IS 58 (23.05% from 255) = 12.66%
BLUE value IS 235 (92.19% from 255) = 51.31%
R=36.03%
G=12.66%
B=51.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal165582350.300.7500.08276.2781.5757.45
HexA53AEB1E4B081145239
Octal245723533611301042412271
Binary1010010111101011101011111101001011010001000101001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53AEB; }

 p { color: rgb(165,58,235); }

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

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

 a { background-color: rgb(165,58,235); }

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

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

 span { border-color: rgb(165,58,235); }

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