#a565b1

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

Shades of Violet Blue #A565B1

Tints of Violet Blue #A565B1

Color information

#A565B1 (or 0xA565B1) is unknown color: approx Violet Blue. HEX triplet: A5, 65 and B1. RGB value is (165,101,177). Sum of RGB (Red+Green+Blue) = 165+101+177=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 177 - color contains mainly: blue. Hex color #A565B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A565B1 is #5A9A4E. Grayscale: #808080. Windows color (decimal): -5937743 or 11625893. OLE color: 11625893.

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

Color convert

RGB165101177-
CMYK0.070.4300.31
HSL290.53º32.76%54.51%-
HSV(B)290.53º42.94%69.41%-
XYZ28.1120.4844.07-
YUV128.8155.2153.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.25%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 177 (69.53% from 255) = 39.95%
R=37.25%
G=22.80%
B=39.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651011770.070.4300.31290.5332.7654.51
HexA565B172B01F1232137
Octal2451452617530374434167
Binary10100101110010110110001111101011011111100100011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a565b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a565b1; }

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

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

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

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

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

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

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

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