Html Css Color HEX #AD5695 Violet Blue

📋 copy color: '#AD5695'

red 173 ◦ green 86 ◦ blue 149

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

Shades of Violet Blue #AD5695

Tints of Violet Blue #AD5695

RGB

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

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

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

R = 42.4%
G = 21.08%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD5695 (or 0xAD5695) is known color: Violet Blue. HEX triplet: AD, 56 and 95. RGB value is (173,86,149). Sum of RGB (Red+Green+Blue) = 173+86+149=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5695 is #52A96A. Grayscale: #777777. Windows color (decimal): -5417323 or 9787053. OLE color: 9787053.

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

Color convert

RGB 173 86 149 -
CMYK 0 0.50 0.14 0.32
HSL 316.55º 0.35% 0.51% -
HSV(B) 316.55º 0.5% 0.68% -
XYZ 25.99 17.71 30.48 -
YUV 119.2 144.82 166.38 -
System Red Green Blue C M Y K H S L
Decimal 173 86 149 0 0.50 0.14 0.32 316.55 0.35 0.51
Hex AD 56 95 0 32 E 20 13D 23 33
Octal 255 126 225 0 62 16 40 475 43 63
Binary 10101101 1010110 10010101 0 110010 1110 100000 100111101 100011 110011

Color Harmonies of #AD5695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5695

Black with #AD5695

Text Example


Text Example

White with #AD5695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5695; }

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

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

background-color css

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

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

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

border-color css

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

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

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