#AD449B

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

Shades of Violet Blue #AD449B

Tints of Violet Blue #AD449B

Color information

#AD449B (or 0xAD449B) is unknown color: approx Violet Blue. HEX triplet: AD, 44 and 9B. RGB value is (173,68,155). Sum of RGB (Red+Green+Blue) = 173+68+155=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD449B is #52BB64. Grayscale: #6D6D6D. Windows color (decimal): -5421925 or 10175661. OLE color: 10175661.

HSL color Cylindrical-coordinate representation of color #AD449B: hue angle of 310.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD449B is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB17368155-
CMYK00.610.100.32
HSL310.29º43.57%47.25%-
HSV(B)310.29º60.69%67.84%-
XYZ25.2215.3932.65-
YUV109.31153.79173.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=43.69%
G=17.17%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736815500.610.100.32310.2943.5747.25
HexAD449B03DA201362c2f
Octal25510423307512404665457
Binary1010110110001001001101101111011010100000100110110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD449B; }

 p { color: rgb(173,68,155); }

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

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

 a { background-color: rgb(173,68,155); }

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

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

 span { border-color: rgb(173,68,155); }

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