#AD69A2

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

Shades of Violet Blue #AD69A2

Tints of Violet Blue #AD69A2

Color information

#AD69A2 (or 0xAD69A2) is unknown color: approx Violet Blue. HEX triplet: AD, 69 and A2. RGB value is (173,105,162). Sum of RGB (Red+Green+Blue) = 173+105+162=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD69A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD69A2 is #52965D. Grayscale: #838383. Windows color (decimal): -5412446 or 10643885. OLE color: 10643885.

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

Color convert

RGB173105162-
CMYK00.390.060.32
HSL309.71º29.31%54.51%-
HSV(B)309.71º39.31%67.84%-
XYZ28.8121.636.83-
YUV131.83145.03157.37-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310516200.390.060.32309.7129.3154.51
HexAD69A20276201361d37
Octal2551512420476404663567
Binary10101101110100110100010010011111010000010011011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD69A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD69A2; }

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

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

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

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

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

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

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

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