Html Css Color HEX #AD54AE Violet Blue

📋 copy color: '#AD54AE'

red 173 ◦ green 84 ◦ blue 174

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

Shades of Violet Blue #AD54AE

Tints of Violet Blue #AD54AE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.49%

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

R = 40.14%
G = 19.49%
B = 40.37%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD54AE (or 0xAD54AE) is known color: Violet Blue. HEX triplet: AD, 54 and AE. RGB value is (173,84,174). Sum of RGB (Red+Green+Blue) = 173+84+174=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD54AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD54AE is #52AB51. Grayscale: #787878. Windows color (decimal): -5417810 or 11424941. OLE color: 11424941.

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

Color convert

RGB 173 84 174 -
CMYK 0.01 0.52 0 0.32
HSL 299.33º 0.36% 0.51% -
HSV(B) 299.33º 0.52% 0.68% -
XYZ 28.04 18.28 42.09 -
YUV 120.87 157.99 165.18 -
System Red Green Blue C M Y K H S L
Decimal 173 84 174 0.01 0.52 0 0.32 299.33 0.36 0.51
Hex AD 54 AE 1 34 0 20 12B 24 33
Octal 255 124 256 1 64 0 40 453 44 63
Binary 10101101 1010100 10101110 1 110100 0 100000 100101011 100100 110011

Color Harmonies of #AD54AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54AE

Black with #AD54AE

Text Example


Text Example

White with #AD54AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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