Html Css Color HEX #AD5596 Violet Blue

📋 copy color: '#AD5596'

red 173 ◦ green 85 ◦ blue 150

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

Shades of Violet Blue #AD5596

Tints of Violet Blue #AD5596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 42.4%
G = 20.83%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD5596 (or 0xAD5596) is known color: Violet Blue. HEX triplet: AD, 55 and 96. RGB value is (173,85,150). Sum of RGB (Red+Green+Blue) = 173+85+150=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5596 is #52AA69. Grayscale: #767676. Windows color (decimal): -5417578 or 9852333. OLE color: 9852333.

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

Color convert

RGB 173 85 150 -
CMYK 0 0.51 0.13 0.32
HSL 315.68º 0.35% 0.51% -
HSV(B) 315.68º 0.51% 0.68% -
XYZ 25.99 17.58 30.88 -
YUV 118.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 173 85 150 0 0.51 0.13 0.32 315.68 0.35 0.51
Hex AD 55 96 0 33 D 20 13C 23 33
Octal 255 125 226 0 63 15 40 474 43 63
Binary 10101101 1010101 10010110 0 110011 1101 100000 100111100 100011 110011

Color Harmonies of #AD5596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5596

Black with #AD5596

Text Example


Text Example

White with #AD5596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5596; }

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

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

background-color css

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

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

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

border-color css

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

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

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