Html Css Color HEX #AD409E Violet Blue

📋 copy color: '#AD409E'

red 173 ◦ green 64 ◦ blue 158

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

Shades of Violet Blue #AD409E

Tints of Violet Blue #AD409E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40%

R = 43.8%
G = 16.2%
B = 40%

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

#AD409E (or 0xAD409E) is known color: Violet Blue. HEX triplet: AD, 40 and 9E. RGB value is (173,64,158). Sum of RGB (Red+Green+Blue) = 173+64+158=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD409E is #52BF61. Grayscale: #6B6B6B. Windows color (decimal): -5422946 or 10371245. OLE color: 10371245.

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

Color convert

RGB 173 64 158 -
CMYK 0 0.63 0.09 0.32
HSL 308.26º 0.46% 0.46% -
HSV(B) 308.26º 0.63% 0.68% -
XYZ 25.24 15.02 33.92 -
YUV 107.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 173 64 158 0 0.63 0.09 0.32 308.26 0.46 0.46
Hex AD 40 9E 0 3F 9 20 134 2E 2E
Octal 255 100 236 0 77 11 40 464 56 56
Binary 10101101 1000000 10011110 0 111111 1001 100000 100110100 101110 101110

Color Harmonies of #AD409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD409E

Black with #AD409E

Text Example


Text Example

White with #AD409E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD409E; }

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

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

background-color css

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

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

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

border-color css

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

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

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