#AD4BAD

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

Shades of Violet Blue #AD4BAD

Tints of Violet Blue #AD4BAD

Color information

#AD4BAD (or 0xAD4BAD) is unknown color: approx Violet Blue. HEX triplet: AD, 4B and AD. RGB value is (173,75,173). Sum of RGB (Red+Green+Blue) = 173+75+173=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD4BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4BAD is #52B452. Grayscale: #737373. Windows color (decimal): -5420115 or 11357101. OLE color: 11357101.

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

Color convert

RGB17375173-
CMYK00.5700.32
HSL300º39.52%48.63%-
HSV(B)300º56.65%67.84%-
XYZ27.2916.9341.37-
YUV115.47160.47169.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.09%
GREEN value IS 75 (29.69% from 255) = 17.81%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=41.09%
G=17.81%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737517300.5700.3230039.5248.63
HexAD4BAD03902012c2831
Octal2551132550710404545061
Binary1010110110010111010110101110010100000100101100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4BAD; }

 p { color: rgb(173,75,173); }

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

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

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

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

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

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

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