#AD43AA

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

Shades of Violet Blue #AD43AA

Tints of Violet Blue #AD43AA

Color information

#AD43AA (or 0xAD43AA) is unknown color: approx Violet Blue. HEX triplet: AD, 43 and AA. RGB value is (173,67,170). Sum of RGB (Red+Green+Blue) = 173+67+170=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD43AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD43AA is #52BC55. Grayscale: #6E6E6E. Windows color (decimal): -5422166 or 11158445. OLE color: 11158445.

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

Color convert

RGB17367170-
CMYK00.610.020.32
HSL301.7º44.17%47.06%-
HSV(B)301.7º61.27%67.84%-
XYZ26.515.839.68-
YUV110.44161.62172.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.20%
GREEN value IS 67 (26.56% from 255) = 16.34%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=42.20%
G=16.34%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736717000.610.020.32301.744.1747.06
HexAD43AA03D22012e2c2f
Octal2551032520752404565457
Binary10101101100001110101010011110110100000100101110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD43AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD43AA; }

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

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

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

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

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

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

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

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