#A562B1

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

Shades of Violet Blue #A562B1

Tints of Violet Blue #A562B1

Color information

#A562B1 (or 0xA562B1) is unknown color: approx Violet Blue. HEX triplet: A5, 62 and B1. RGB value is (165,98,177). Sum of RGB (Red+Green+Blue) = 165+98+177=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 177 - color contains mainly: blue. Hex color #A562B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A562B1 is #5A9D4E. Grayscale: #7E7E7E. Windows color (decimal): -5938511 or 11625125. OLE color: 11625125.

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

Color convert

RGB16598177-
CMYK0.070.4500.31
HSL290.89º33.62%53.92%-
HSV(B)290.89º44.63%69.41%-
XYZ27.8219.9143.97-
YUV127.04156.2155.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 98 (38.67% from 255) = 22.27%
BLUE value IS 177 (69.53% from 255) = 40.23%
R=37.5%
G=22.27%
B=40.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165981770.070.4500.31290.8933.6253.92
HexA562B172D01F1232236
Octal2451422617550374434266
Binary10100101110001010110001111101101011111100100011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A562B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A562B1; }

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

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

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

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

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

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

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

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