#AD42A3

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

Shades of Violet Blue #AD42A3

Tints of Violet Blue #AD42A3

Color information

#AD42A3 (or 0xAD42A3) is unknown color: approx Violet Blue. HEX triplet: AD, 42 and A3. RGB value is (173,66,163). Sum of RGB (Red+Green+Blue) = 173+66+163=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD42A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD42A3 is #52BD5C. Grayscale: #6C6C6C. Windows color (decimal): -5422429 or 10699437. OLE color: 10699437.

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

Color convert

RGB17366163-
CMYK00.620.060.32
HSL305.61º44.77%46.86%-
HSV(B)305.61º61.85%67.84%-
XYZ25.7915.4336.27-
YUV109.05158.45173.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.03%
GREEN value IS 66 (26.17% from 255) = 16.42%
BLUE value IS 163 (64.06% from 255) = 40.55%
R=43.03%
G=16.42%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736616300.620.060.32305.6144.7746.86
HexAD42A303E6201322d2f
Octal2551022430766404625557
Binary101011011000010101000110111110110100000100110010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD42A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD42A3; }

 p { color: rgb(173,66,163); }

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

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

 a { background-color: rgb(173,66,163); }

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

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

 span { border-color: rgb(173,66,163); }

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