Html Css Color HEX #AD40A6 Violet Blue

📋 copy color: '#AD40A6'

red 173 ◦ green 64 ◦ blue 166

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

Shades of Violet Blue #AD40A6

Tints of Violet Blue #AD40A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.19%

R = 42.93%
G = 15.88%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD40A6 (or 0xAD40A6) is known color: Violet Blue. HEX triplet: AD, 40 and A6. RGB value is (173,64,166). Sum of RGB (Red+Green+Blue) = 173+64+166=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD40A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD40A6 is #52BF59. Grayscale: #6B6B6B. Windows color (decimal): -5422938 or 10895533. OLE color: 10895533.

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

Color convert

RGB 173 64 166 -
CMYK 0 0.63 0.04 0.32
HSL 303.85º 0.46% 0.46% -
HSV(B) 303.85º 0.63% 0.68% -
XYZ 25.95 15.3 37.66 -
YUV 108.22 160.61 174.21 -
System Red Green Blue C M Y K H S L
Decimal 173 64 166 0 0.63 0.04 0.32 303.85 0.46 0.46
Hex AD 40 A6 0 3F 4 20 130 2E 2E
Octal 255 100 246 0 77 4 40 460 56 56
Binary 10101101 1000000 10100110 0 111111 100 100000 100110000 101110 101110

Color Harmonies of #AD40A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD40A6

Black with #AD40A6

Text Example


Text Example

White with #AD40A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD40A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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