#A26693

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

Shades of Violet Blue #A26693

Tints of Violet Blue #A26693

Color information

#A26693 (or 0xA26693) is unknown color: approx Violet Blue. HEX triplet: A2, 66 and 93. RGB value is (162,102,147). Sum of RGB (Red+Green+Blue) = 162+102+147=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A26693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26693 is #5D996C. Grayscale: #7C7C7C. Windows color (decimal): -6134125 or 9660066. OLE color: 9660066.

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

Color convert

RGB162102147-
CMYK00.370.090.36
HSL315º24.39%51.76%-
HSV(B)315º37.04%63.53%-
XYZ24.9219.2930.01-
YUV125.07140.38154.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 102 (40.23% from 255) = 24.82%
BLUE value IS 147 (57.81% from 255) = 35.77%
R=39.42%
G=24.82%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210214700.370.090.3631524.3951.76
HexA2669302592413b1834
Octal24214622304511444733064
Binary101000101100110100100110100101100110010010011101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26693; }

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

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

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

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

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

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

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

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