Html Css Color HEX #AD54AB Violet Blue

📋 copy color: '#AD54AB'

red 173 ◦ green 84 ◦ blue 171

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

Shades of Violet Blue #AD54AB

Tints of Violet Blue #AD54AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.95%

R = 40.42%
G = 19.63%
B = 39.95%

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

#AD54AB (or 0xAD54AB) is known color: Violet Blue. HEX triplet: AD, 54 and AB. RGB value is (173,84,171). Sum of RGB (Red+Green+Blue) = 173+84+171=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD54AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD54AB is #52AB54. Grayscale: #787878. Windows color (decimal): -5417813 or 11228333. OLE color: 11228333.

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

Color convert

RGB 173 84 171 -
CMYK 0 0.51 0.01 0.32
HSL 301.35º 0.35% 0.5% -
HSV(B) 301.35º 0.51% 0.68% -
XYZ 27.75 18.17 40.57 -
YUV 120.53 156.49 165.43 -
System Red Green Blue C M Y K H S L
Decimal 173 84 171 0 0.51 0.01 0.32 301.35 0.35 0.5
Hex AD 54 AB 0 33 1 20 12D 23 32
Octal 255 124 253 0 63 1 40 455 43 62
Binary 10101101 1010100 10101011 0 110011 1 100000 100101101 100011 110010

Color Harmonies of #AD54AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54AB

Black with #AD54AB

Text Example


Text Example

White with #AD54AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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