Html Css Color HEX #AD54B5 Fuchsia

📋 copy color: '#AD54B5'

red 173 ◦ green 84 ◦ blue 181

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

Shades of Fuchsia #AD54B5

Tints of Fuchsia #AD54B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.32%

R = 39.5%
G = 19.18%
B = 41.32%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD54B5 (or 0xAD54B5) is known color: Fuchsia. HEX triplet: AD, 54 and B5. RGB value is (173,84,181). Sum of RGB (Red+Green+Blue) = 173+84+181=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD54B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54B5 is #52AB4A. Grayscale: #797979. Windows color (decimal): -5417803 or 11883693. OLE color: 11883693.

HSL color Cylindrical-coordinate representation of color #AD54B5: hue angle of 295.05º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD54B5 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 84 181 -
CMYK 0.04 0.54 0 0.29
HSL 295.05º 0.4% 0.52% -
HSV(B) 295.05º 0.54% 0.71% -
XYZ 28.74 18.56 45.78 -
YUV 121.67 161.49 164.61 -
System Red Green Blue C M Y K H S L
Decimal 173 84 181 0.04 0.54 0 0.29 295.05 0.4 0.52
Hex AD 54 B5 4 36 0 1D 127 28 34
Octal 255 124 265 4 66 0 35 447 50 64
Binary 10101101 1010100 10110101 100 110110 0 11101 100100111 101000 110100

Color Harmonies of #AD54B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54B5

Black with #AD54B5

Text Example


Text Example

White with #AD54B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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