#AD6BAF

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

Shades of Violet Blue #AD6BAF

Tints of Violet Blue #AD6BAF

Color information

#AD6BAF (or 0xAD6BAF) is unknown color: approx Violet Blue. HEX triplet: AD, 6B and AF. RGB value is (173,107,175). Sum of RGB (Red+Green+Blue) = 173+107+175=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD6BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD6BAF is #529450. Grayscale: #868686. Windows color (decimal): -5411921 or 11496365. OLE color: 11496365.

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

Color convert

RGB173107175-
CMYK0.010.3900.31
HSL298.24º29.82%55.29%-
HSV(B)298.24º38.86%68.63%-
XYZ30.2322.4943.31-
YUV134.49150.87155.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.02%
GREEN value IS 107 (42.19% from 255) = 23.52%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=38.02%
G=23.52%
B=38.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731071750.010.3900.31298.2429.8255.29
HexAD6BAF12701F12a1e37
Octal2551532571470374523667
Binary10101101110101110101111110011101111110010101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6BAF; }

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

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

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

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

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

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

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

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