#A25892

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

Shades of Violet Blue #A25892

Tints of Violet Blue #A25892

Color information

#A25892 (or 0xA25892) is unknown color: approx Violet Blue. HEX triplet: A2, 58 and 92. RGB value is (162,88,146). Sum of RGB (Red+Green+Blue) = 162+88+146=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A25892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25892 is #5DA76D. Grayscale: #747474. Windows color (decimal): -6137710 or 9590946. OLE color: 9590946.

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

Color convert

RGB16288146-
CMYK00.460.100.36
HSL312.97º29.6%49.02%-
HSV(B)312.97º45.68%63.53%-
XYZ23.5816.7429.18-
YUV116.74144.52160.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 88 (34.77% from 255) = 22.22%
BLUE value IS 146 (57.42% from 255) = 36.87%
R=40.91%
G=22.22%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628814600.460.100.36312.9729.649.02
HexA2589202EA241391e31
Octal24213022205612444713661
Binary101000101011000100100100101110101010010010011100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25892; }

 p { color: rgb(162,88,146); }

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

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

 a { background-color: rgb(162,88,146); }

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

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

 span { border-color: rgb(162,88,146); }

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