#AD38A8

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

Shades of Violet Blue #AD38A8

Tints of Violet Blue #AD38A8

Color information

#AD38A8 (or 0xAD38A8) is unknown color: approx Violet Blue. HEX triplet: AD, 38 and A8. RGB value is (173,56,168). Sum of RGB (Red+Green+Blue) = 173+56+168=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD38A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD38A8 is #52C757. Grayscale: #676767. Windows color (decimal): -5424984 or 11024557. OLE color: 11024557.

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

Color convert

RGB17356168-
CMYK00.680.030.32
HSL302.56º51.09%44.9%-
HSV(B)302.56º67.63%67.84%-
XYZ25.7214.5438.5-
YUV103.75164.26177.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.58%
GREEN value IS 56 (22.27% from 255) = 14.11%
BLUE value IS 168 (66.02% from 255) = 42.32%
R=43.58%
G=14.11%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735616800.680.030.32302.5651.0944.9
HexAD38A804432012f332d
Octal2557025001043404576355
Binary10101101111000101010000100010011100000100101111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD38A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD38A8; }

 p { color: rgb(173,56,168); }

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

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

 a { background-color: rgb(173,56,168); }

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

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

 span { border-color: rgb(173,56,168); }

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