#A25690

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

Shades of Violet Blue #A25690

Tints of Violet Blue #A25690

Color information

#A25690 (or 0xA25690) is unknown color: approx Violet Blue. HEX triplet: A2, 56 and 90. RGB value is (162,86,144). Sum of RGB (Red+Green+Blue) = 162+86+144=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A25690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25690 is #5DA96F. Grayscale: #737373. Windows color (decimal): -6138224 or 9459362. OLE color: 9459362.

HSL color Cylindrical-coordinate representation of color #A25690: hue angle of 314.21º 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 #A25690 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB16286144-
CMYK00.470.110.36
HSL314.21º30.65%48.63%-
HSV(B)314.21º46.91%63.53%-
XYZ23.2616.3528.32-
YUV115.34144.18161.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 86 (33.98% from 255) = 21.94%
BLUE value IS 144 (56.64% from 255) = 36.73%
R=41.33%
G=21.94%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628614400.470.110.36314.2130.6548.63
HexA2569002FB2413a1f31
Octal24212622005713444723761
Binary101000101010110100100000101111101110010010011101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25690; }

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

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

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

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

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

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

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

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