#A55FB1

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

Shades of Violet Blue #A55FB1

Tints of Violet Blue #A55FB1

Color information

#A55FB1 (or 0xA55FB1) is unknown color: approx Violet Blue. HEX triplet: A5, 5F and B1. RGB value is (165,95,177). Sum of RGB (Red+Green+Blue) = 165+95+177=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 177 - color contains mainly: blue. Hex color #A55FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55FB1 is #5AA04E. Grayscale: #7D7D7D. Windows color (decimal): -5939279 or 11624357. OLE color: 11624357.

HSL color Cylindrical-coordinate representation of color #A55FB1: hue angle of 291.22º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55FB1 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16595177-
CMYK0.070.4600.31
HSL291.22º34.45%53.33%-
HSV(B)291.22º46.33%69.41%-
XYZ27.5519.3643.88-
YUV125.28157.19156.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 95 (37.5% from 255) = 21.74%
BLUE value IS 177 (69.53% from 255) = 40.50%
R=37.76%
G=21.74%
B=40.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165951770.070.4600.31291.2234.4553.33
HexA55FB172E01F1232235
Octal2451372617560374434265
Binary10100101101111110110001111101110011111100100011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55FB1; }

 p { color: rgb(165,95,177); }

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

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

 a { background-color: rgb(165,95,177); }

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

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

 span { border-color: rgb(165,95,177); }

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