Html Css Color HEX #AD56AD Violet Blue

📋 copy color: '#AD56AD'

red 173 ◦ green 86 ◦ blue 173

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

Shades of Violet Blue #AD56AD

Tints of Violet Blue #AD56AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.05%

R = 40.05%
G = 19.91%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD56AD (or 0xAD56AD) is known color: Violet Blue. HEX triplet: AD, 56 and AD. RGB value is (173,86,173). Sum of RGB (Red+Green+Blue) = 173+86+173=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD56AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD56AD is #52A952. Grayscale: #797979. Windows color (decimal): -5417299 or 11359917. OLE color: 11359917.

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

Color convert

RGB 173 86 173 -
CMYK 0 0.50 0 0.32
HSL 300º 0.35% 0.51% -
HSV(B) 300º 0.5% 0.68% -
XYZ 28.1 18.56 41.64 -
YUV 121.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 173 86 173 0 0.50 0 0.32 300 0.35 0.51
Hex AD 56 AD 0 32 0 20 12C 23 33
Octal 255 126 255 0 62 0 40 454 43 63
Binary 10101101 1010110 10101101 0 110010 0 100000 100101100 100011 110011

Color Harmonies of #AD56AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD56AD

Black with #AD56AD

Text Example


Text Example

White with #AD56AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD56AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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