Html Css Color HEX #AD40AA Violet Blue

📋 copy color: '#AD40AA'

red 173 ◦ green 64 ◦ blue 170

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

Shades of Violet Blue #AD40AA

Tints of Violet Blue #AD40AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.72%

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

R = 42.51%
G = 15.72%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD40AA (or 0xAD40AA) is known color: Violet Blue. HEX triplet: AD, 40 and AA. RGB value is (173,64,170). Sum of RGB (Red+Green+Blue) = 173+64+170=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD40AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD40AA is #52BF55. Grayscale: #6C6C6C. Windows color (decimal): -5422934 or 11157677. OLE color: 11157677.

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

Color convert

RGB 173 64 170 -
CMYK 0 0.63 0.02 0.32
HSL 301.65º 0.46% 0.46% -
HSV(B) 301.65º 0.63% 0.68% -
XYZ 26.32 15.45 39.63 -
YUV 108.68 162.61 173.88 -
System Red Green Blue C M Y K H S L
Decimal 173 64 170 0 0.63 0.02 0.32 301.65 0.46 0.46
Hex AD 40 AA 0 3F 2 20 12E 2E 2E
Octal 255 100 252 0 77 2 40 456 56 56
Binary 10101101 1000000 10101010 0 111111 10 100000 100101110 101110 101110

Color Harmonies of #AD40AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD40AA

Black with #AD40AA

Text Example


Text Example

White with #AD40AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD40AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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