#A26BAD

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

Shades of Violet Blue #A26BAD

Tints of Violet Blue #A26BAD

Color information

#A26BAD (or 0xA26BAD) is unknown color: approx Violet Blue. HEX triplet: A2, 6B and AD. RGB value is (162,107,173). Sum of RGB (Red+Green+Blue) = 162+107+173=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #A26BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26BAD is #5D9452. Grayscale: #828282. Windows color (decimal): -6132819 or 11365282. OLE color: 11365282.

HSL color Cylindrical-coordinate representation of color #A26BAD: hue angle of 290º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A26BAD is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162107173-
CMYK0.060.3800.32
HSL290º28.7%54.9%-
HSV(B)290º38.15%67.84%-
XYZ27.721.2142.17-
YUV130.97151.72150.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.65%
GREEN value IS 107 (42.19% from 255) = 24.21%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=36.65%
G=24.21%
B=39.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621071730.060.3800.3229028.754.9
HexA26BAD6260201221d37
Octal2421532556460404423567
Binary10100010110101110101101110100110010000010010001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26BAD; }

 p { color: rgb(162,107,173); }

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

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

 a { background-color: rgb(162,107,173); }

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

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

 span { border-color: rgb(162,107,173); }

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