Html Css Color HEX #AD4B9D Violet Blue

📋 copy color: '#AD4B9D'

red 173 ◦ green 75 ◦ blue 157

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

Shades of Violet Blue #AD4B9D

Tints of Violet Blue #AD4B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.77%

R = 42.72%
G = 18.52%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD4B9D (or 0xAD4B9D) is known color: Violet Blue. HEX triplet: AD, 4B and 9D. RGB value is (173,75,157). Sum of RGB (Red+Green+Blue) = 173+75+157=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B9D is #52B462. Grayscale: #717171. Windows color (decimal): -5420131 or 10308525. OLE color: 10308525.

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

Color convert

RGB 173 75 157 -
CMYK 0 0.57 0.09 0.32
HSL 309.8º 0.4% 0.49% -
HSV(B) 309.8º 0.57% 0.68% -
XYZ 25.84 16.35 33.69 -
YUV 113.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 173 75 157 0 0.57 0.09 0.32 309.8 0.4 0.49
Hex AD 4B 9D 0 39 9 20 136 28 31
Octal 255 113 235 0 71 11 40 466 50 61
Binary 10101101 1001011 10011101 0 111001 1001 100000 100110110 101000 110001

Color Harmonies of #AD4B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B9D

Black with #AD4B9D

Text Example


Text Example

White with #AD4B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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