#ad4fa4

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

Shades of Violet Blue #AD4FA4

Tints of Violet Blue #AD4FA4

Color information

#AD4FA4 (or 0xAD4FA4) is unknown color: approx Violet Blue. HEX triplet: AD, 4F and A4. RGB value is (173,79,164). Sum of RGB (Red+Green+Blue) = 173+79+164=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4FA4 is #52B05B. Grayscale: #747474. Windows color (decimal): -5419100 or 10768301. OLE color: 10768301.

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

Color convert

RGB17379164-
CMYK00.540.050.32
HSL305.74º37.3%49.41%-
HSV(B)305.74º54.34%67.84%-
XYZ26.7317.1637.02-
YUV116.8154.64168.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 79 (31.25% from 255) = 18.99%
BLUE value IS 164 (64.45% from 255) = 39.42%
R=41.59%
G=18.99%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737916400.540.050.32305.7437.349.41
HexAD4FA40365201322531
Octal2551172440665404624561
Binary101011011001111101001000110110101100000100110010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad4fa4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad4fa4; }

 p { color: rgb(173,79,164); }

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

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

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

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

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

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

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