Html Css Color HEX #AD5598 Violet Blue

📋 copy color: '#AD5598'

red 173 ◦ green 85 ◦ blue 152

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

Shades of Violet Blue #AD5598

Tints of Violet Blue #AD5598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.73%

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 42.2%
G = 20.73%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD5598 (or 0xAD5598) is known color: Violet Blue. HEX triplet: AD, 55 and 98. RGB value is (173,85,152). Sum of RGB (Red+Green+Blue) = 173+85+152=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5598 is #52AA67. Grayscale: #767676. Windows color (decimal): -5417576 or 9983405. OLE color: 9983405.

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

Color convert

RGB 173 85 152 -
CMYK 0 0.51 0.12 0.32
HSL 314.32º 0.35% 0.51% -
HSV(B) 314.32º 0.51% 0.68% -
XYZ 26.15 17.65 31.73 -
YUV 118.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 173 85 152 0 0.51 0.12 0.32 314.32 0.35 0.51
Hex AD 55 98 0 33 C 20 13A 23 33
Octal 255 125 230 0 63 14 40 472 43 63
Binary 10101101 1010101 10011000 0 110011 1100 100000 100111010 100011 110011

Color Harmonies of #AD5598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5598

Black with #AD5598

Text Example


Text Example

White with #AD5598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5598; }

 p { color: rgb(173,85,152); }

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

background-color css

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

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

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

border-color css

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

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

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