Html Css Color HEX #AD41AA Violet Blue

📋 copy color: '#AD41AA'

red 173 ◦ green 65 ◦ blue 170

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

Shades of Violet Blue #AD41AA

Tints of Violet Blue #AD41AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.93%

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

R = 42.4%
G = 15.93%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD41AA (or 0xAD41AA) is known color: Violet Blue. HEX triplet: AD, 41 and AA. RGB value is (173,65,170). Sum of RGB (Red+Green+Blue) = 173+65+170=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD41AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD41AA is #52BE55. Grayscale: #6C6C6C. Windows color (decimal): -5422678 or 11157933. OLE color: 11157933.

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

Color convert

RGB 173 65 170 -
CMYK 0 0.62 0.02 0.32
HSL 301.67º 0.45% 0.47% -
HSV(B) 301.67º 0.62% 0.68% -
XYZ 26.38 15.57 39.64 -
YUV 109.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 173 65 170 0 0.62 0.02 0.32 301.67 0.45 0.47
Hex AD 41 AA 0 3E 2 20 12E 2D 2F
Octal 255 101 252 0 76 2 40 456 55 57
Binary 10101101 1000001 10101010 0 111110 10 100000 100101110 101101 101111

Color Harmonies of #AD41AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD41AA

Black with #AD41AA

Text Example


Text Example

White with #AD41AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD41AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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