Html Css Color HEX #AD5495 Violet Blue

📋 copy color: '#AD5495'

red 173 ◦ green 84 ◦ blue 149

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

Shades of Violet Blue #AD5495

Tints of Violet Blue #AD5495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.69%

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

R = 42.61%
G = 20.69%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD5495 (or 0xAD5495) is known color: Violet Blue. HEX triplet: AD, 54 and 95. RGB value is (173,84,149). Sum of RGB (Red+Green+Blue) = 173+84+149=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5495 is #52AB6A. Grayscale: #757575. Windows color (decimal): -5417835 or 9786541. OLE color: 9786541.

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

Color convert

RGB 173 84 149 -
CMYK 0 0.51 0.14 0.32
HSL 316.18º 0.35% 0.5% -
HSV(B) 316.18º 0.51% 0.68% -
XYZ 25.83 17.39 30.43 -
YUV 118.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 173 84 149 0 0.51 0.14 0.32 316.18 0.35 0.5
Hex AD 54 95 0 33 E 20 13C 23 32
Octal 255 124 225 0 63 16 40 474 43 62
Binary 10101101 1010100 10010101 0 110011 1110 100000 100111100 100011 110010

Color Harmonies of #AD5495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5495

Black with #AD5495

Text Example


Text Example

White with #AD5495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5495; }

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

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

background-color css

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

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

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

border-color css

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

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

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