Html Css Color HEX #AD60AD Violet Blue

📋 copy color: '#AD60AD'

red 173 ◦ green 96 ◦ blue 173

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

Shades of Violet Blue #AD60AD

Tints of Violet Blue #AD60AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.72%

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

R = 39.14%
G = 21.72%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD60AD (or 0xAD60AD) is known color: Violet Blue. HEX triplet: AD, 60 and AD. RGB value is (173,96,173). Sum of RGB (Red+Green+Blue) = 173+96+173=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD60AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD60AD is #529F52. Grayscale: #7F7F7F. Windows color (decimal): -5414739 or 11362477. OLE color: 11362477.

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

Color convert

RGB 173 96 173 -
CMYK 0 0.45 0 0.32
HSL 300º 0.32% 0.53% -
HSV(B) 300º 0.45% 0.68% -
XYZ 28.96 20.27 41.92 -
YUV 127.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 173 96 173 0 0.45 0 0.32 300 0.32 0.53
Hex AD 60 AD 0 2D 0 20 12C 20 35
Octal 255 140 255 0 55 0 40 454 40 65
Binary 10101101 1100000 10101101 0 101101 0 100000 100101100 100000 110101

Color Harmonies of #AD60AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD60AD

Black with #AD60AD

Text Example


Text Example

White with #AD60AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD60AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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