#AD419F

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

Shades of Violet Blue #AD419F

Tints of Violet Blue #AD419F

Color information

#AD419F (or 0xAD419F) is unknown color: approx Violet Blue. HEX triplet: AD, 41 and 9F. RGB value is (173,65,159). Sum of RGB (Red+Green+Blue) = 173+65+159=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD419F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD419F is #52BE60. Grayscale: #6B6B6B. Windows color (decimal): -5422689 or 10437037. OLE color: 10437037.

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

Color convert

RGB17365159-
CMYK00.620.080.32
HSL307.78º45.38%46.67%-
HSV(B)307.78º62.43%67.84%-
XYZ25.3815.1734.39-
YUV108.01156.78174.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 65 (25.78% from 255) = 16.37%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=43.58%
G=16.37%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736515900.620.080.32307.7845.3846.67
HexAD419F03E8201342d2f
Octal25510123707610404645557
Binary1010110110000011001111101111101000100000100110100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD419F; }

 p { color: rgb(173,65,159); }

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

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

 a { background-color: rgb(173,65,159); }

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

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

 span { border-color: rgb(173,65,159); }

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