Html Css Color HEX #AD4EAC Violet Blue

📋 copy color: '#AD4EAC'

red 173 ◦ green 78 ◦ blue 172

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

Shades of Violet Blue #AD4EAC

Tints of Violet Blue #AD4EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 40.9%
G = 18.44%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD4EAC (or 0xAD4EAC) is known color: Violet Blue. HEX triplet: AD, 4E and AC. RGB value is (173,78,172). Sum of RGB (Red+Green+Blue) = 173+78+172=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4EAC is #52B153. Grayscale: #747474. Windows color (decimal): -5419348 or 11292333. OLE color: 11292333.

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

Color convert

RGB 173 78 172 -
CMYK 0 0.55 0.01 0.32
HSL 300.63º 0.38% 0.49% -
HSV(B) 300.63º 0.55% 0.68% -
XYZ 27.4 17.31 40.93 -
YUV 117.12 158.97 167.86 -
System Red Green Blue C M Y K H S L
Decimal 173 78 172 0 0.55 0.01 0.32 300.63 0.38 0.49
Hex AD 4E AC 0 37 1 20 12D 26 31
Octal 255 116 254 0 67 1 40 455 46 61
Binary 10101101 1001110 10101100 0 110111 1 100000 100101101 100110 110001

Color Harmonies of #AD4EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4EAC

Black with #AD4EAC

Text Example


Text Example

White with #AD4EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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