Html Css Color HEX #AD5694 Violet Blue

📋 copy color: '#AD5694'

red 173 ◦ green 86 ◦ blue 148

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

Shades of Violet Blue #AD5694

Tints of Violet Blue #AD5694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.36%

R = 42.51%
G = 21.13%
B = 36.36%

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

#AD5694 (or 0xAD5694) is known color: Violet Blue. HEX triplet: AD, 56 and 94. RGB value is (173,86,148). Sum of RGB (Red+Green+Blue) = 173+86+148=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5694 is #52A96B. Grayscale: #767676. Windows color (decimal): -5417324 or 9721517. OLE color: 9721517.

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

Color convert

RGB 173 86 148 -
CMYK 0 0.50 0.14 0.32
HSL 317.24º 0.35% 0.51% -
HSV(B) 317.24º 0.5% 0.68% -
XYZ 25.91 17.68 30.06 -
YUV 119.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 173 86 148 0 0.50 0.14 0.32 317.24 0.35 0.51
Hex AD 56 94 0 32 E 20 13D 23 33
Octal 255 126 224 0 62 16 40 475 43 63
Binary 10101101 1010110 10010100 0 110010 1110 100000 100111101 100011 110011

Color Harmonies of #AD5694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5694

Black with #AD5694

Text Example


Text Example

White with #AD5694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5694; }

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

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

background-color css

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

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

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

border-color css

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

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

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