Html Css Color HEX #AD4C9F Violet Blue

📋 copy color: '#AD4C9F'

red 173 ◦ green 76 ◦ blue 159

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

Shades of Violet Blue #AD4C9F

Tints of Violet Blue #AD4C9F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.63%

 BLUE value IS 159 (62.5% from 255) = 38.97%

R = 42.4%
G = 18.63%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD4C9F (or 0xAD4C9F) is known color: Violet Blue. HEX triplet: AD, 4C and 9F. RGB value is (173,76,159). Sum of RGB (Red+Green+Blue) = 173+76+159=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4C9F is #52B360. Grayscale: #727272. Windows color (decimal): -5419873 or 10439853. OLE color: 10439853.

HSL color Cylindrical-coordinate representation of color #AD4C9F: hue angle of 308.66º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD4C9F is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 76 159 -
CMYK 0 0.56 0.08 0.32
HSL 308.66º 0.39% 0.49% -
HSV(B) 308.66º 0.56% 0.68% -
XYZ 26.08 16.56 34.62 -
YUV 114.47 153.14 169.75 -
System Red Green Blue C M Y K H S L
Decimal 173 76 159 0 0.56 0.08 0.32 308.66 0.39 0.49
Hex AD 4C 9F 0 38 8 20 135 27 31
Octal 255 114 237 0 70 10 40 465 47 61
Binary 10101101 1001100 10011111 0 111000 1000 100000 100110101 100111 110001

Color Harmonies of #AD4C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C9F

Black with #AD4C9F

Text Example


Text Example

White with #AD4C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C9F; }

 p { color: rgb(173,76,159); }

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

background-color css

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

 a { background-color: rgb(173,76,159); }

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

border-color css

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

 span { border-color: rgb(173,76,159); }

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