#A554A3

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

Shades of Violet Blue #A554A3

Tints of Violet Blue #A554A3

Color information

#A554A3 (or 0xA554A3) is unknown color: approx Violet Blue. HEX triplet: A5, 54 and A3. RGB value is (165,84,163). Sum of RGB (Red+Green+Blue) = 165+84+163=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A554A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A554A3 is #5AAB5C. Grayscale: #747474. Windows color (decimal): -5942109 or 10704037. OLE color: 10704037.

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

Color convert

RGB16584163-
CMYK00.490.010.35
HSL301.48º32.53%48.82%-
HSV(B)301.48º49.09%64.71%-
XYZ25.316.9836.6-
YUV117.22153.84162.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 84 (33.20% from 255) = 20.39%
BLUE value IS 163 (64.06% from 255) = 39.56%
R=40.05%
G=20.39%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658416300.490.010.35301.4832.5348.82
HexA554A303112312d2131
Octal2451242430611434554161
Binary1010010110101001010001101100011100011100101101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A554A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A554A3; }

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

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

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

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

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

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

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

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