Html Css Color HEX #AD5794 Violet Blue

📋 copy color: '#AD5794'

red 173 ◦ green 87 ◦ blue 148

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

Shades of Violet Blue #AD5794

Tints of Violet Blue #AD5794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.32%

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

R = 42.4%
G = 21.32%
B = 36.27%

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

#AD5794 (or 0xAD5794) is known color: Violet Blue. HEX triplet: AD, 57 and 94. RGB value is (173,87,148). Sum of RGB (Red+Green+Blue) = 173+87+148=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5794 is #52A86B. Grayscale: #777777. Windows color (decimal): -5417068 or 9721773. OLE color: 9721773.

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

Color convert

RGB 173 87 148 -
CMYK 0 0.50 0.14 0.32
HSL 317.44º 0.34% 0.51% -
HSV(B) 317.44º 0.5% 0.68% -
XYZ 25.99 17.84 30.09 -
YUV 119.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 173 87 148 0 0.50 0.14 0.32 317.44 0.34 0.51
Hex AD 57 94 0 32 E 20 13D 22 33
Octal 255 127 224 0 62 16 40 475 42 63
Binary 10101101 1010111 10010100 0 110010 1110 100000 100111101 100010 110011

Color Harmonies of #AD5794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5794

Black with #AD5794

Text Example


Text Example

White with #AD5794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5794; }

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

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

background-color css

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

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

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

border-color css

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

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

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