#A26699

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

Shades of Violet Blue #A26699

Tints of Violet Blue #A26699

Color information

#A26699 (or 0xA26699) is unknown color: approx Violet Blue. HEX triplet: A2, 66 and 99. RGB value is (162,102,153). Sum of RGB (Red+Green+Blue) = 162+102+153=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A26699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26699 is #5D9966. Grayscale: #7D7D7D. Windows color (decimal): -6134119 or 10053282. OLE color: 10053282.

HSL color Cylindrical-coordinate representation of color #A26699: hue angle of 309º 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 #A26699 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB162102153-
CMYK00.370.060.36
HSL309º24.39%51.76%-
HSV(B)309º37.04%63.53%-
XYZ25.419.4832.56-
YUV125.75143.38153.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 153 (60.16% from 255) = 36.69%
R=38.85%
G=24.46%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210215300.370.060.3630924.3951.76
HexA266990256241351834
Octal2421462310456444653064
Binary10100010110011010011001010010111010010010011010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26699; }

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

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

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

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

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

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

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

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