Html Css Color HEX #AD54BA Fuchsia

📋 copy color: '#AD54BA'

red 173 ◦ green 84 ◦ blue 186

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

Shades of Fuchsia #AD54BA

Tints of Fuchsia #AD54BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 39.05%
G = 18.96%
B = 41.99%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD54BA (or 0xAD54BA) is known color: Fuchsia. HEX triplet: AD, 54 and BA. RGB value is (173,84,186). Sum of RGB (Red+Green+Blue) = 173+84+186=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD54BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54BA is #52AB45. Grayscale: #797979. Windows color (decimal): -5417798 or 12211373. OLE color: 12211373.

HSL color Cylindrical-coordinate representation of color #AD54BA: hue angle of 292.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD54BA is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 84 186 -
CMYK 0.07 0.55 0 0.27
HSL 292.35º 0.43% 0.53% -
HSV(B) 292.35º 0.55% 0.73% -
XYZ 29.27 18.77 48.53 -
YUV 122.24 163.99 164.21 -
System Red Green Blue C M Y K H S L
Decimal 173 84 186 0.07 0.55 0 0.27 292.35 0.43 0.53
Hex AD 54 BA 7 37 0 1B 124 2A 35
Octal 255 124 272 7 67 0 33 444 52 65
Binary 10101101 1010100 10111010 111 110111 0 11011 100100100 101010 110101

Color Harmonies of #AD54BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54BA

Black with #AD54BA

Text Example


Text Example

White with #AD54BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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