#AD5FB4

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

Shades of Violet Blue #AD5FB4

Tints of Violet Blue #AD5FB4

Color information

#AD5FB4 (or 0xAD5FB4) is unknown color: approx Violet Blue. HEX triplet: AD, 5F and B4. RGB value is (173,95,180). Sum of RGB (Red+Green+Blue) = 173+95+180=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD5FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5FB4 is #52A04B. Grayscale: #7F7F7F. Windows color (decimal): -5414988 or 11820973. OLE color: 11820973.

HSL color Cylindrical-coordinate representation of color #AD5FB4: hue angle of 295.06º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5FB4 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17395180-
CMYK0.040.4700.29
HSL295.06º36.17%53.92%-
HSV(B)295.06º47.22%70.59%-
XYZ29.5620.3645.55-
YUV128.01157.34160.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 95 (37.5% from 255) = 21.21%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=38.62%
G=21.21%
B=40.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal173951800.040.4700.29295.0636.1753.92
HexAD5FB442F01D1272436
Octal2551372644570354474466
Binary10101101101111110110100100101111011101100100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5FB4; }

 p { color: rgb(173,95,180); }

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

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

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

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

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

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

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