#A266AD

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

Shades of Violet Blue #A266AD

Tints of Violet Blue #A266AD

Color information

#A266AD (or 0xA266AD) is unknown color: approx Violet Blue. HEX triplet: A2, 66 and AD. RGB value is (162,102,173). Sum of RGB (Red+Green+Blue) = 162+102+173=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #A266AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A266AD is #5D9952. Grayscale: #7F7F7F. Windows color (decimal): -6134099 or 11364002. OLE color: 11364002.

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

Color convert

RGB162102173-
CMYK0.060.4100.32
HSL290.7º30.21%53.92%-
HSV(B)290.7º41.04%67.84%-
XYZ27.1920.242-
YUV128.03153.38152.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 102 (40.23% from 255) = 23.34%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=37.07%
G=23.34%
B=39.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621021730.060.4100.32290.730.2153.92
HexA266AD6290201231e36
Octal2421462556510404433666
Binary10100010110011010101101110101001010000010010001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A266AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A266AD; }

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

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

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

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

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

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

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

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