#A538A1

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

Shades of Violet Blue #A538A1

Tints of Violet Blue #A538A1

Color information

#A538A1 (or 0xA538A1) is unknown color: approx Violet Blue. HEX triplet: A5, 38 and A1. RGB value is (165,56,161). Sum of RGB (Red+Green+Blue) = 165+56+161=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A538A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A538A1 is #5AC75E. Grayscale: #646464. Windows color (decimal): -5949279 or 10565797. OLE color: 10565797.

HSL color Cylindrical-coordinate representation of color #A538A1: hue angle of 302.2º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A538A1 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB16556161-
CMYK00.660.020.35
HSL302.2º49.32%43.33%-
HSV(B)302.2º66.06%64.71%-
XYZ23.3613.435.07-
YUV100.56162.11173.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 56 (22.27% from 255) = 14.66%
BLUE value IS 161 (63.28% from 255) = 42.15%
R=43.19%
G=14.66%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655616100.660.020.35302.249.3243.33
HexA538A104222312e312b
Octal2457024101022434566153
Binary10100101111000101000010100001010100011100101110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A538A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A538A1; }

 p { color: rgb(165,56,161); }

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

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

 a { background-color: rgb(165,56,161); }

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

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

 span { border-color: rgb(165,56,161); }

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