Html Css Color HEX #AD4AAC Violet Blue

📋 copy color: '#AD4AAC'

red 173 ◦ green 74 ◦ blue 172

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

Shades of Violet Blue #AD4AAC

Tints of Violet Blue #AD4AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.66%

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

R = 41.29%
G = 17.66%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD4AAC (or 0xAD4AAC) is known color: Violet Blue. HEX triplet: AD, 4A and AC. RGB value is (173,74,172). Sum of RGB (Red+Green+Blue) = 173+74+172=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4AAC is #52B553. Grayscale: #727272. Windows color (decimal): -5420372 or 11291309. OLE color: 11291309.

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

Color convert

RGB 173 74 172 -
CMYK 0 0.57 0.01 0.32
HSL 300.61º 0.4% 0.48% -
HSV(B) 300.61º 0.57% 0.68% -
XYZ 27.13 16.76 40.83 -
YUV 114.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 173 74 172 0 0.57 0.01 0.32 300.61 0.4 0.48
Hex AD 4A AC 0 39 1 20 12D 28 30
Octal 255 112 254 0 71 1 40 455 50 60
Binary 10101101 1001010 10101100 0 111001 1 100000 100101101 101000 110000

Color Harmonies of #AD4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4AAC

Black with #AD4AAC

Text Example


Text Example

White with #AD4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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