#A269AD

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

Shades of Violet Blue #A269AD

Tints of Violet Blue #A269AD

Color information

#A269AD (or 0xA269AD) is unknown color: approx Violet Blue. HEX triplet: A2, 69 and AD. RGB value is (162,105,173). Sum of RGB (Red+Green+Blue) = 162+105+173=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #A269AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A269AD is #5D9652. Grayscale: #818181. Windows color (decimal): -6133331 or 11364770. OLE color: 11364770.

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

Color convert

RGB162105173-
CMYK0.060.3900.32
HSL290.29º29.31%54.51%-
HSV(B)290.29º39.31%67.84%-
XYZ27.4920.842.1-
YUV129.79152.38150.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=36.82%
G=23.86%
B=39.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621051730.060.3900.32290.2929.3154.51
HexA269AD6270201221d37
Octal2421512556470404423567
Binary10100010110100110101101110100111010000010010001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A269AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A269AD; }

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

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

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

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

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

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

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

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