Html Css Color HEX #AD5899 Violet Blue

📋 copy color: '#AD5899'

red 173 ◦ green 88 ◦ blue 153

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

Shades of Violet Blue #AD5899

Tints of Violet Blue #AD5899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.26%

 BLUE value IS 153 (60.16% from 255) = 36.96%

R = 41.79%
G = 21.26%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD5899 (or 0xAD5899) is known color: Violet Blue. HEX triplet: AD, 58 and 99. RGB value is (173,88,153). Sum of RGB (Red+Green+Blue) = 173+88+153=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5899 is #52A766. Grayscale: #787878. Windows color (decimal): -5416807 or 10049709. OLE color: 10049709.

HSL color Cylindrical-coordinate representation of color #AD5899: hue angle of 314.12º 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 #AD5899 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 88 153 -
CMYK 0 0.49 0.12 0.32
HSL 314.12º 0.34% 0.51% -
HSV(B) 314.12º 0.49% 0.68% -
XYZ 26.47 18.16 32.25 -
YUV 120.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 173 88 153 0 0.49 0.12 0.32 314.12 0.34 0.51
Hex AD 58 99 0 31 C 20 13A 22 33
Octal 255 130 231 0 61 14 40 472 42 63
Binary 10101101 1011000 10011001 0 110001 1100 100000 100111010 100010 110011

Color Harmonies of #AD5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5899

Black with #AD5899

Text Example


Text Example

White with #AD5899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5899; }

 p { color: rgb(173,88,153); }

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

background-color css

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

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

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

border-color css

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

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

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