Html Css Color HEX #AD409D Violet Blue

📋 copy color: '#AD409D'

red 173 ◦ green 64 ◦ blue 157

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

Shades of Violet Blue #AD409D

Tints of Violet Blue #AD409D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.85%

R = 43.91%
G = 16.24%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD409D (or 0xAD409D) is known color: Violet Blue. HEX triplet: AD, 40 and 9D. RGB value is (173,64,157). Sum of RGB (Red+Green+Blue) = 173+64+157=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD409D is #52BF62. Grayscale: #6A6A6A. Windows color (decimal): -5422947 or 10305709. OLE color: 10305709.

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

Color convert

RGB 173 64 157 -
CMYK 0 0.63 0.09 0.32
HSL 308.81º 0.46% 0.46% -
HSV(B) 308.81º 0.63% 0.68% -
XYZ 25.15 14.99 33.47 -
YUV 107.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 173 64 157 0 0.63 0.09 0.32 308.81 0.46 0.46
Hex AD 40 9D 0 3F 9 20 135 2E 2E
Octal 255 100 235 0 77 11 40 465 56 56
Binary 10101101 1000000 10011101 0 111111 1001 100000 100110101 101110 101110

Color Harmonies of #AD409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD409D

Black with #AD409D

Text Example


Text Example

White with #AD409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD409D; }

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

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

background-color css

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

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

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

border-color css

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

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

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