Html Css Color HEX #AD4AAA Violet Blue

📋 copy color: '#AD4AAA'

red 173 ◦ green 74 ◦ blue 170

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

Shades of Violet Blue #AD4AAA

Tints of Violet Blue #AD4AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.77%

R = 41.49%
G = 17.75%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD4AAA (or 0xAD4AAA) is known color: Violet Blue. HEX triplet: AD, 4A and AA. RGB value is (173,74,170). Sum of RGB (Red+Green+Blue) = 173+74+170=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4AAA is #52B555. Grayscale: #727272. Windows color (decimal): -5420374 or 11160237. OLE color: 11160237.

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

Color convert

RGB 173 74 170 -
CMYK 0 0.57 0.02 0.32
HSL 301.82º 0.4% 0.48% -
HSV(B) 301.82º 0.57% 0.68% -
XYZ 26.94 16.68 39.83 -
YUV 114.55 159.3 169.69 -
System Red Green Blue C M Y K H S L
Decimal 173 74 170 0 0.57 0.02 0.32 301.82 0.4 0.48
Hex AD 4A AA 0 39 2 20 12E 28 30
Octal 255 112 252 0 71 2 40 456 50 60
Binary 10101101 1001010 10101010 0 111001 10 100000 100101110 101000 110000

Color Harmonies of #AD4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4AAA

Black with #AD4AAA

Text Example


Text Example

White with #AD4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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