Html Css Color HEX #AD54AC Violet Blue

📋 copy color: '#AD54AC'

red 173 ◦ green 84 ◦ blue 172

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

Shades of Violet Blue #AD54AC

Tints of Violet Blue #AD54AC

RGB

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

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

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

R = 40.33%
G = 19.58%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD54AC (or 0xAD54AC) is known color: Violet Blue. HEX triplet: AD, 54 and AC. RGB value is (173,84,172). Sum of RGB (Red+Green+Blue) = 173+84+172=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD54AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD54AC is #52AB53. Grayscale: #787878. Windows color (decimal): -5417812 or 11293869. OLE color: 11293869.

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

Color convert

RGB 173 84 172 -
CMYK 0 0.51 0.01 0.32
HSL 300.67º 0.35% 0.5% -
HSV(B) 300.67º 0.51% 0.68% -
XYZ 27.85 18.2 41.08 -
YUV 120.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 173 84 172 0 0.51 0.01 0.32 300.67 0.35 0.5
Hex AD 54 AC 0 33 1 20 12D 23 32
Octal 255 124 254 0 63 1 40 455 43 62
Binary 10101101 1010100 10101100 0 110011 1 100000 100101101 100011 110010

Color Harmonies of #AD54AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54AC

Black with #AD54AC

Text Example


Text Example

White with #AD54AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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