#AD43A5

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

Shades of Violet Blue #AD43A5

Tints of Violet Blue #AD43A5

Color information

#AD43A5 (or 0xAD43A5) is unknown color: approx Violet Blue. HEX triplet: AD, 43 and A5. RGB value is (173,67,165). Sum of RGB (Red+Green+Blue) = 173+67+165=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD43A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD43A5 is #52BC5A. Grayscale: #6D6D6D. Windows color (decimal): -5422171 or 10830765. OLE color: 10830765.

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

Color convert

RGB17367165-
CMYK00.610.050.32
HSL304.53º44.17%47.06%-
HSV(B)304.53º61.27%67.84%-
XYZ26.0315.6237.24-
YUV109.87159.12173.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.72%
GREEN value IS 67 (26.56% from 255) = 16.54%
BLUE value IS 165 (64.84% from 255) = 40.74%
R=42.72%
G=16.54%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736716500.610.050.32304.5344.1747.06
HexAD43A503D5201312c2f
Octal2551032450755404615457
Binary101011011000011101001010111101101100000100110001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD43A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD43A5; }

 p { color: rgb(173,67,165); }

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

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

 a { background-color: rgb(173,67,165); }

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

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

 span { border-color: rgb(173,67,165); }

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