Html Css Color HEX #AD5995 Violet Blue

📋 copy color: '#AD5995'

red 173 ◦ green 89 ◦ blue 149

#AD5995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #AD5995

Tints of Violet Blue #AD5995

RGB

 RED value IS 173 (67.97% from 255) = 42.09%

 GREEN value IS 89 (35.16% from 255) = 21.65%

 BLUE value IS 149 (58.59% from 255) = 36.25%

R = 42.09%
G = 21.65%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD5995 (or 0xAD5995) is known color: Violet Blue. HEX triplet: AD, 59 and 95. RGB value is (173,89,149). Sum of RGB (Red+Green+Blue) = 173+89+149=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5995 is #52A66A. Grayscale: #787878. Windows color (decimal): -5416555 or 9787821. OLE color: 9787821.

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

Color convert

RGB 173 89 149 -
CMYK 0 0.49 0.14 0.32
HSL 317.14º 0.34% 0.51% -
HSV(B) 317.14º 0.49% 0.68% -
XYZ 26.23 18.2 30.56 -
YUV 120.96 143.83 165.12 -
System Red Green Blue C M Y K H S L
Decimal 173 89 149 0 0.49 0.14 0.32 317.14 0.34 0.51
Hex AD 59 95 0 31 E 20 13D 22 33
Octal 255 131 225 0 61 16 40 475 42 63
Binary 10101101 1011001 10010101 0 110001 1110 100000 100111101 100010 110011

Color Harmonies of #AD5995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5995

Black with #AD5995

Text Example


Text Example

White with #AD5995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5995; }

 p { color: rgb(173,89,149); }

 H1.HeaderClassName
 {
   color: #AD5995;
 }
 .AnyTagClassName
 {
   color: #AD5995;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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