#AD69AF

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

Shades of Violet Blue #AD69AF

Tints of Violet Blue #AD69AF

Color information

#AD69AF (or 0xAD69AF) is unknown color: approx Violet Blue. HEX triplet: AD, 69 and AF. RGB value is (173,105,175). Sum of RGB (Red+Green+Blue) = 173+105+175=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD69AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD69AF is #529650. Grayscale: #858585. Windows color (decimal): -5412433 or 11495853. OLE color: 11495853.

HSL color Cylindrical-coordinate representation of color #AD69AF: hue angle of 298.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD69AF is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173105175-
CMYK0.010.4000.31
HSL298.29º30.43%54.9%-
HSV(B)298.29º40%68.63%-
XYZ30.0222.0843.24-
YUV133.31151.53156.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.19%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=38.19%
G=23.18%
B=38.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731051750.010.4000.31298.2930.4354.9
HexAD69AF12801F12a1e37
Octal2551512571500374523667
Binary10101101110100110101111110100001111110010101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD69AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD69AF; }

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

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

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

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

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

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

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

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