#AD419D

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

Shades of Violet Blue #AD419D

Tints of Violet Blue #AD419D

Color information

#AD419D (or 0xAD419D) is unknown color: approx Violet Blue. HEX triplet: AD, 41 and 9D. RGB value is (173,65,157). Sum of RGB (Red+Green+Blue) = 173+65+157=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD419D is #52BE62. Grayscale: #6B6B6B. Windows color (decimal): -5422691 or 10305965. OLE color: 10305965.

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

Color convert

RGB17365157-
CMYK00.620.090.32
HSL308.89º45.38%46.67%-
HSV(B)308.89º62.43%67.84%-
XYZ25.2115.133.48-
YUV107.78155.78174.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 65 (25.78% from 255) = 16.46%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=43.80%
G=16.46%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736515700.620.090.32308.8945.3846.67
HexAD419D03E9201352d2f
Octal25510123507611404655557
Binary1010110110000011001110101111101001100000100110101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD419D; }

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

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

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

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

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

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

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

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