Html Css Color HEX #AD5699 Violet Blue

📋 copy color: '#AD5699'

red 173 ◦ green 86 ◦ blue 153

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

Shades of Violet Blue #AD5699

Tints of Violet Blue #AD5699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.87%

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

R = 41.99%
G = 20.87%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AD5699 (or 0xAD5699) is known color: Violet Blue. HEX triplet: AD, 56 and 99. RGB value is (173,86,153). Sum of RGB (Red+Green+Blue) = 173+86+153=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5699 is #52A966. Grayscale: #777777. Windows color (decimal): -5417319 or 10049197. OLE color: 10049197.

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

Color convert

RGB 173 86 153 -
CMYK 0 0.50 0.12 0.32
HSL 313.79º 0.35% 0.51% -
HSV(B) 313.79º 0.5% 0.68% -
XYZ 26.31 17.84 32.19 -
YUV 119.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 173 86 153 0 0.50 0.12 0.32 313.79 0.35 0.51
Hex AD 56 99 0 32 C 20 13A 23 33
Octal 255 126 231 0 62 14 40 472 43 63
Binary 10101101 1010110 10011001 0 110010 1100 100000 100111010 100011 110011

Color Harmonies of #AD5699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5699

Black with #AD5699

Text Example


Text Example

White with #AD5699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5699; }

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

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

background-color css

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

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

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

border-color css

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

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

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