#A26399

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

Shades of Violet Blue #A26399

Tints of Violet Blue #A26399

Color information

#A26399 (or 0xA26399) is unknown color: approx Violet Blue. HEX triplet: A2, 63 and 99. RGB value is (162,99,153). Sum of RGB (Red+Green+Blue) = 162+99+153=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A26399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26399 is #5D9C66. Grayscale: #7B7B7B. Windows color (decimal): -6134887 or 10052514. OLE color: 10052514.

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

Color convert

RGB16299153-
CMYK00.390.060.36
HSL308.57º25.3%51.18%-
HSV(B)308.57º38.89%63.53%-
XYZ25.1118.932.46-
YUV123.99144.37155.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.13%
GREEN value IS 99 (39.06% from 255) = 23.91%
BLUE value IS 153 (60.16% from 255) = 36.96%
R=39.13%
G=23.91%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629915300.390.060.36308.5725.351.18
HexA263990276241351933
Octal2421432310476444653163
Binary10100010110001110011001010011111010010010011010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26399; }

 p { color: rgb(162,99,153); }

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

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

 a { background-color: rgb(162,99,153); }

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

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

 span { border-color: rgb(162,99,153); }

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