#A555A3

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

Shades of Violet Blue #A555A3

Tints of Violet Blue #A555A3

Color information

#A555A3 (or 0xA555A3) is unknown color: approx Violet Blue. HEX triplet: A5, 55 and A3. RGB value is (165,85,163). Sum of RGB (Red+Green+Blue) = 165+85+163=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A555A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A555A3 is #5AAA5C. Grayscale: #757575. Windows color (decimal): -5941853 or 10704293. OLE color: 10704293.

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

Color convert

RGB16585163-
CMYK00.480.010.35
HSL301.5º32%49.02%-
HSV(B)301.5º48.48%64.71%-
XYZ25.3817.1436.62-
YUV117.81153.5161.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 85 (33.59% from 255) = 20.58%
BLUE value IS 163 (64.06% from 255) = 39.47%
R=39.95%
G=20.58%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658516300.480.010.35301.53249.02
HexA555A303012312e2031
Octal2451252430601434564061
Binary1010010110101011010001101100001100011100101110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A555A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A555A3; }

 p { color: rgb(165,85,163); }

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

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

 a { background-color: rgb(165,85,163); }

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

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

 span { border-color: rgb(165,85,163); }

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