Html Css Color HEX #AD4C9E Violet Blue

📋 copy color: '#AD4C9E'

red 173 ◦ green 76 ◦ blue 158

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

Shades of Violet Blue #AD4C9E

Tints of Violet Blue #AD4C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.82%

R = 42.51%
G = 18.67%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD4C9E (or 0xAD4C9E) is known color: Violet Blue. HEX triplet: AD, 4C and 9E. RGB value is (173,76,158). Sum of RGB (Red+Green+Blue) = 173+76+158=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4C9E is #52B361. Grayscale: #727272. Windows color (decimal): -5419874 or 10374317. OLE color: 10374317.

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

Color convert

RGB 173 76 158 -
CMYK 0 0.56 0.09 0.32
HSL 309.28º 0.39% 0.49% -
HSV(B) 309.28º 0.56% 0.68% -
XYZ 25.99 16.52 34.17 -
YUV 114.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 173 76 158 0 0.56 0.09 0.32 309.28 0.39 0.49
Hex AD 4C 9E 0 38 9 20 135 27 31
Octal 255 114 236 0 70 11 40 465 47 61
Binary 10101101 1001100 10011110 0 111000 1001 100000 100110101 100111 110001

Color Harmonies of #AD4C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C9E

Black with #AD4C9E

Text Example


Text Example

White with #AD4C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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