#A26093

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

Shades of Violet Blue #A26093

Tints of Violet Blue #A26093

Color information

#A26093 (or 0xA26093) is unknown color: approx Violet Blue. HEX triplet: A2, 60 and 93. RGB value is (162,96,147). Sum of RGB (Red+Green+Blue) = 162+96+147=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A26093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26093 is #5D9F6C. Grayscale: #797979. Windows color (decimal): -6135661 or 9658530. OLE color: 9658530.

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

Color convert

RGB16296147-
CMYK00.410.090.36
HSL313.64º26.19%50.59%-
HSV(B)313.64º40.74%63.53%-
XYZ24.3518.1529.82-
YUV121.55142.37156.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 96 (37.89% from 255) = 23.70%
BLUE value IS 147 (57.81% from 255) = 36.30%
R=40%
G=23.70%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629614700.410.090.36313.6426.1950.59
HexA2609302992413a1a33
Octal24214022305111444723263
Binary101000101100000100100110101001100110010010011101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26093; }

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

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

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

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

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

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

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

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