Html Css Color HEX #AD449C Violet Blue

📋 copy color: '#AD449C'

red 173 ◦ green 68 ◦ blue 156

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

Shades of Violet Blue #AD449C

Tints of Violet Blue #AD449C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 43.58%
G = 17.13%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD449C (or 0xAD449C) is known color: Violet Blue. HEX triplet: AD, 44 and 9C. RGB value is (173,68,156). Sum of RGB (Red+Green+Blue) = 173+68+156=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD449C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD449C is #52BB63. Grayscale: #6D6D6D. Windows color (decimal): -5421924 or 10241197. OLE color: 10241197.

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

Color convert

RGB 173 68 156 -
CMYK 0 0.61 0.10 0.32
HSL 309.71º 0.44% 0.47% -
HSV(B) 309.71º 0.61% 0.68% -
XYZ 25.3 15.42 33.1 -
YUV 109.43 154.29 173.34 -
System Red Green Blue C M Y K H S L
Decimal 173 68 156 0 0.61 0.10 0.32 309.71 0.44 0.47
Hex AD 44 9C 0 3D A 20 136 2C 2F
Octal 255 104 234 0 75 12 40 466 54 57
Binary 10101101 1000100 10011100 0 111101 1010 100000 100110110 101100 101111

Color Harmonies of #AD449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD449C

Black with #AD449C

Text Example


Text Example

White with #AD449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD449C; }

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

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

background-color css

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

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

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

border-color css

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

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

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