#AD69A1

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

Shades of Violet Blue #AD69A1

Tints of Violet Blue #AD69A1

Color information

#AD69A1 (or 0xAD69A1) is unknown color: approx Violet Blue. HEX triplet: AD, 69 and A1. RGB value is (173,105,161). Sum of RGB (Red+Green+Blue) = 173+105+161=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD69A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD69A1 is #52965E. Grayscale: #838383. Windows color (decimal): -5412447 or 10578349. OLE color: 10578349.

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

Color convert

RGB173105161-
CMYK00.390.070.32
HSL310.59º29.31%54.51%-
HSV(B)310.59º39.31%67.84%-
XYZ28.7221.5636.37-
YUV131.72144.53157.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.41%
GREEN value IS 105 (41.41% from 255) = 23.92%
BLUE value IS 161 (63.28% from 255) = 36.67%
R=39.41%
G=23.92%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310516100.390.070.32310.5929.3154.51
HexAD69A10277201371d37
Octal2551512410477404673567
Binary10101101110100110100001010011111110000010011011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD69A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD69A1; }

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

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

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

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

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

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

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

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