Html Css Color HEX #AD4B9F Violet Blue

📋 copy color: '#AD4B9F'

red 173 ◦ green 75 ◦ blue 159

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

Shades of Violet Blue #AD4B9F

Tints of Violet Blue #AD4B9F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.43%

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

R = 42.51%
G = 18.43%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD4B9F (or 0xAD4B9F) is known color: Violet Blue. HEX triplet: AD, 4B and 9F. RGB value is (173,75,159). Sum of RGB (Red+Green+Blue) = 173+75+159=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B9F is #52B460. Grayscale: #717171. Windows color (decimal): -5420129 or 10439597. OLE color: 10439597.

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

Color convert

RGB 173 75 159 -
CMYK 0 0.57 0.08 0.32
HSL 308.57º 0.4% 0.49% -
HSV(B) 308.57º 0.57% 0.68% -
XYZ 26.01 16.42 34.6 -
YUV 113.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 173 75 159 0 0.57 0.08 0.32 308.57 0.4 0.49
Hex AD 4B 9F 0 39 8 20 135 28 31
Octal 255 113 237 0 71 10 40 465 50 61
Binary 10101101 1001011 10011111 0 111001 1000 100000 100110101 101000 110001

Color Harmonies of #AD4B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B9F

Black with #AD4B9F

Text Example


Text Example

White with #AD4B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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