Html Css Color HEX #AD449E Violet Blue

📋 copy color: '#AD449E'

red 173 ◦ green 68 ◦ blue 158

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

Shades of Violet Blue #AD449E

Tints of Violet Blue #AD449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.04%

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

R = 43.36%
G = 17.04%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD449E (or 0xAD449E) is known color: Violet Blue. HEX triplet: AD, 44 and 9E. RGB value is (173,68,158). Sum of RGB (Red+Green+Blue) = 173+68+158=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD449E is #52BB61. Grayscale: #6D6D6D. Windows color (decimal): -5421922 or 10372269. OLE color: 10372269.

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

Color convert

RGB 173 68 158 -
CMYK 0 0.61 0.09 0.32
HSL 308.57º 0.44% 0.47% -
HSV(B) 308.57º 0.61% 0.68% -
XYZ 25.47 15.49 33.99 -
YUV 109.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 173 68 158 0 0.61 0.09 0.32 308.57 0.44 0.47
Hex AD 44 9E 0 3D 9 20 135 2C 2F
Octal 255 104 236 0 75 11 40 465 54 57
Binary 10101101 1000100 10011110 0 111101 1001 100000 100110101 101100 101111

Color Harmonies of #AD449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD449E

Black with #AD449E

Text Example


Text Example

White with #AD449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD449E; }

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

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

background-color css

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

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

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

border-color css

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

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

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