Html Css Color HEX #AD4AAD Violet Blue

📋 copy color: '#AD4AAD'

red 173 ◦ green 74 ◦ blue 173

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

Shades of Violet Blue #AD4AAD

Tints of Violet Blue #AD4AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.62%

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

R = 41.19%
G = 17.62%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD4AAD (or 0xAD4AAD) is known color: Violet Blue. HEX triplet: AD, 4A and AD. RGB value is (173,74,173). Sum of RGB (Red+Green+Blue) = 173+74+173=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD4AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4AAD is #52B552. Grayscale: #727272. Windows color (decimal): -5420371 or 11356845. OLE color: 11356845.

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

Color convert

RGB 173 74 173 -
CMYK 0 0.57 0 0.32
HSL 300º 0.4% 0.48% -
HSV(B) 300º 0.57% 0.68% -
XYZ 27.23 16.8 41.34 -
YUV 114.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 173 74 173 0 0.57 0 0.32 300 0.4 0.48
Hex AD 4A AD 0 39 0 20 12C 28 30
Octal 255 112 255 0 71 0 40 454 50 60
Binary 10101101 1001010 10101101 0 111001 0 100000 100101100 101000 110000

Color Harmonies of #AD4AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4AAD

Black with #AD4AAD

Text Example


Text Example

White with #AD4AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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