Html Css Color HEX #AD54A6 Violet Blue

📋 copy color: '#AD54A6'

red 173 ◦ green 84 ◦ blue 166

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

Shades of Violet Blue #AD54A6

Tints of Violet Blue #AD54A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.24%

R = 40.9%
G = 19.86%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD54A6 (or 0xAD54A6) is known color: Violet Blue. HEX triplet: AD, 54 and A6. RGB value is (173,84,166). Sum of RGB (Red+Green+Blue) = 173+84+166=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD54A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD54A6 is #52AB59. Grayscale: #777777. Windows color (decimal): -5417818 or 10900653. OLE color: 10900653.

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

Color convert

RGB 173 84 166 -
CMYK 0 0.51 0.04 0.32
HSL 304.72º 0.35% 0.5% -
HSV(B) 304.72º 0.51% 0.68% -
XYZ 27.29 17.98 38.11 -
YUV 119.96 153.99 165.83 -
System Red Green Blue C M Y K H S L
Decimal 173 84 166 0 0.51 0.04 0.32 304.72 0.35 0.5
Hex AD 54 A6 0 33 4 20 131 23 32
Octal 255 124 246 0 63 4 40 461 43 62
Binary 10101101 1010100 10100110 0 110011 100 100000 100110001 100011 110010

Color Harmonies of #AD54A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54A6

Black with #AD54A6

Text Example


Text Example

White with #AD54A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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