#A25093

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

Shades of Violet Blue #A25093

Tints of Violet Blue #A25093

Color information

#A25093 (or 0xA25093) is unknown color: approx Violet Blue. HEX triplet: A2, 50 and 93. RGB value is (162,80,147). Sum of RGB (Red+Green+Blue) = 162+80+147=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A25093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25093 is #5DAF6C. Grayscale: #6F6F6F. Windows color (decimal): -6139757 or 9654434. OLE color: 9654434.

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

Color convert

RGB16280147-
CMYK00.510.090.36
HSL310.98º33.88%47.45%-
HSV(B)310.98º50.62%63.53%-
XYZ23.0415.5329.39-
YUV112.16147.67163.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 80 (31.64% from 255) = 20.57%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=41.65%
G=20.57%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628014700.510.090.36310.9833.8847.45
HexA25093033924137222f
Octal24212022306311444674257
Binary1010001010100001001001101100111001100100100110111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25093; }

 p { color: rgb(162,80,147); }

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

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

 a { background-color: rgb(162,80,147); }

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

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

 span { border-color: rgb(162,80,147); }

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