Html Css Color HEX #AD4DAE Violet Blue

📋 copy color: '#AD4DAE'

red 173 ◦ green 77 ◦ blue 174

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

Shades of Violet Blue #AD4DAE

Tints of Violet Blue #AD4DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.16%

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 40.8%
G = 18.16%
B = 41.04%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD4DAE (or 0xAD4DAE) is known color: Violet Blue. HEX triplet: AD, 4D and AE. RGB value is (173,77,174). Sum of RGB (Red+Green+Blue) = 173+77+174=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD4DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4DAE is #52B251. Grayscale: #747474. Windows color (decimal): -5419602 or 11423149. OLE color: 11423149.

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

Color convert

RGB 173 77 174 -
CMYK 0.01 0.56 0 0.32
HSL 299.38º 0.39% 0.49% -
HSV(B) 299.38º 0.56% 0.68% -
XYZ 27.53 17.25 41.92 -
YUV 116.76 160.3 168.11 -
System Red Green Blue C M Y K H S L
Decimal 173 77 174 0.01 0.56 0 0.32 299.38 0.39 0.49
Hex AD 4D AE 1 38 0 20 12B 27 31
Octal 255 115 256 1 70 0 40 453 47 61
Binary 10101101 1001101 10101110 1 111000 0 100000 100101011 100111 110001

Color Harmonies of #AD4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DAE

Black with #AD4DAE

Text Example


Text Example

White with #AD4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DAE; }

 p { color: rgb(173,77,174); }

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

background-color css

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

 a { background-color: rgb(173,77,174); }

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

border-color css

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

 span { border-color: rgb(173,77,174); }

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