#A538AB

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

Shades of Violet Blue #A538AB

Tints of Violet Blue #A538AB

Color information

#A538AB (or 0xA538AB) is unknown color: approx Violet Blue. HEX triplet: A5, 38 and AB. RGB value is (165,56,171). Sum of RGB (Red+Green+Blue) = 165+56+171=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #A538AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A538AB is #5AC754. Grayscale: #656565. Windows color (decimal): -5949269 or 11221157. OLE color: 11221157.

HSL color Cylindrical-coordinate representation of color #A538AB: hue angle of 296.87º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A538AB is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16556171-
CMYK0.040.6700.33
HSL296.87º50.66%44.51%-
HSV(B)296.87º67.25%67.06%-
XYZ24.2813.7739.91-
YUV101.7167.11173.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 56 (22.27% from 255) = 14.29%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=42.09%
G=14.29%
B=43.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165561710.040.6700.33296.8750.6644.51
HexA538AB443021129332d
Octal2457025341030414516355
Binary101001011110001010101110010000110100001100101001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A538AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A538AB; }

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

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

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

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

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

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

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

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