Html Css Color HEX #AD4FAE Violet Blue

📋 copy color: '#AD4FAE'

red 173 ◦ green 79 ◦ blue 174

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

Shades of Violet Blue #AD4FAE

Tints of Violet Blue #AD4FAE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.54%

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

R = 40.61%
G = 18.54%
B = 40.85%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD4FAE (or 0xAD4FAE) is known color: Violet Blue. HEX triplet: AD, 4F and AE. RGB value is (173,79,174). Sum of RGB (Red+Green+Blue) = 173+79+174=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD4FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4FAE is #52B051. Grayscale: #757575. Windows color (decimal): -5419090 or 11423661. OLE color: 11423661.

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

Color convert

RGB 173 79 174 -
CMYK 0.01 0.55 0 0.32
HSL 299.37º 0.38% 0.5% -
HSV(B) 299.37º 0.55% 0.68% -
XYZ 27.67 17.53 41.97 -
YUV 117.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 173 79 174 0.01 0.55 0 0.32 299.37 0.38 0.5
Hex AD 4F AE 1 37 0 20 12B 26 32
Octal 255 117 256 1 67 0 40 453 46 62
Binary 10101101 1001111 10101110 1 110111 0 100000 100101011 100110 110010

Color Harmonies of #AD4FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4FAE

Black with #AD4FAE

Text Example


Text Example

White with #AD4FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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