Html Css Color HEX #AD4D9F Violet Blue

📋 copy color: '#AD4D9F'

red 173 ◦ green 77 ◦ blue 159

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

Shades of Violet Blue #AD4D9F

Tints of Violet Blue #AD4D9F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.83%

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

R = 42.3%
G = 18.83%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD4D9F (or 0xAD4D9F) is known color: Violet Blue. HEX triplet: AD, 4D and 9F. RGB value is (173,77,159). Sum of RGB (Red+Green+Blue) = 173+77+159=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4D9F is #52B260. Grayscale: #727272. Windows color (decimal): -5419617 or 10440109. OLE color: 10440109.

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

Color convert

RGB 173 77 159 -
CMYK 0 0.55 0.08 0.32
HSL 308.75º 0.38% 0.49% -
HSV(B) 308.75º 0.55% 0.68% -
XYZ 26.15 16.7 34.65 -
YUV 115.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 173 77 159 0 0.55 0.08 0.32 308.75 0.38 0.49
Hex AD 4D 9F 0 37 8 20 135 26 31
Octal 255 115 237 0 67 10 40 465 46 61
Binary 10101101 1001101 10011111 0 110111 1000 100000 100110101 100110 110001

Color Harmonies of #AD4D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4D9F

Black with #AD4D9F

Text Example


Text Example

White with #AD4D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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