Html Css Color HEX #AD4E9A Violet Blue

📋 copy color: '#AD4E9A'

red 173 ◦ green 78 ◦ blue 154

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

Shades of Violet Blue #AD4E9A

Tints of Violet Blue #AD4E9A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.26%

 BLUE value IS 154 (60.55% from 255) = 38.02%

R = 42.72%
G = 19.26%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AD4E9A (or 0xAD4E9A) is known color: Violet Blue. HEX triplet: AD, 4E and 9A. RGB value is (173,78,154). Sum of RGB (Red+Green+Blue) = 173+78+154=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 78 (30.86% from 255 or 19.26% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4E9A is #52B165. Grayscale: #727272. Windows color (decimal): -5419366 or 10112685. OLE color: 10112685.

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

Color convert

RGB 173 78 154 -
CMYK 0 0.55 0.11 0.32
HSL 312º 0.38% 0.49% -
HSV(B) 312º 0.55% 0.68% -
XYZ 25.79 16.67 32.43 -
YUV 115.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 173 78 154 0 0.55 0.11 0.32 312 0.38 0.49
Hex AD 4E 9A 0 37 B 20 138 26 31
Octal 255 116 232 0 67 13 40 470 46 61
Binary 10101101 1001110 10011010 0 110111 1011 100000 100111000 100110 110001

Color Harmonies of #AD4E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4E9A

Black with #AD4E9A

Text Example


Text Example

White with #AD4E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4E9A; }

 p { color: rgb(173,78,154); }

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

background-color css

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

 a { background-color: rgb(173,78,154); }

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

border-color css

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

 span { border-color: rgb(173,78,154); }

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