#A555B0

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

Shades of Violet Blue #A555B0

Tints of Violet Blue #A555B0

Color information

#A555B0 (or 0xA555B0) is unknown color: approx Violet Blue. HEX triplet: A5, 55 and B0. RGB value is (165,85,176). Sum of RGB (Red+Green+Blue) = 165+85+176=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 176 - color contains mainly: blue. Hex color #A555B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A555B0 is #5AAA4F. Grayscale: #777777. Windows color (decimal): -5941840 or 11556261. OLE color: 11556261.

HSL color Cylindrical-coordinate representation of color #A555B0: hue angle of 292.75º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A555B0 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16585176-
CMYK0.060.5200.31
HSL292.75º36.55%51.18%-
HSV(B)292.75º51.7%69.02%-
XYZ26.617.6343.08-
YUV119.29160160.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 176 (69.14% from 255) = 41.31%
R=38.73%
G=19.95%
B=41.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165851760.060.5200.31292.7536.5551.18
HexA555B063401F1252533
Octal2451252606640374454563
Binary10100101101010110110000110110100011111100100101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A555B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A555B0; }

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

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

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

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

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

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

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

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