#A2569B

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

Shades of Violet Blue #A2569B

Tints of Violet Blue #A2569B

Color information

#A2569B (or 0xA2569B) is unknown color: approx Violet Blue. HEX triplet: A2, 56 and 9B. RGB value is (162,86,155). Sum of RGB (Red+Green+Blue) = 162+86+155=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A2569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2569B is #5DA964. Grayscale: #747474. Windows color (decimal): -6138213 or 10180258. OLE color: 10180258.

HSL color Cylindrical-coordinate representation of color #A2569B: hue angle of 305.53º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2569B is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16286155-
CMYK00.470.040.36
HSL305.53º30.65%48.63%-
HSV(B)305.53º46.91%63.53%-
XYZ24.1416.732.96-
YUV116.59149.68160.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.20%
GREEN value IS 86 (33.98% from 255) = 21.34%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=40.20%
G=21.34%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628615500.470.040.36305.5330.6548.63
HexA2569B02F4241321f31
Octal2421262330574444623761
Binary10100010101011010011011010111110010010010011001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2569B; }

 p { color: rgb(162,86,155); }

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

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

 a { background-color: rgb(162,86,155); }

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

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

 span { border-color: rgb(162,86,155); }

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