Html Css Color HEX #AD54B7 Fuchsia

📋 copy color: '#AD54B7'

red 173 ◦ green 84 ◦ blue 183

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

Shades of Fuchsia #AD54B7

Tints of Fuchsia #AD54B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.59%

R = 39.32%
G = 19.09%
B = 41.59%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD54B7 (or 0xAD54B7) is known color: Fuchsia. HEX triplet: AD, 54 and B7. RGB value is (173,84,183). Sum of RGB (Red+Green+Blue) = 173+84+183=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD54B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54B7 is #52AB48. Grayscale: #797979. Windows color (decimal): -5417801 or 12014765. OLE color: 12014765.

HSL color Cylindrical-coordinate representation of color #AD54B7: hue angle of 293.94º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD54B7 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 84 183 -
CMYK 0.05 0.54 0 0.28
HSL 293.94º 0.41% 0.52% -
HSV(B) 293.94º 0.54% 0.72% -
XYZ 28.95 18.64 46.87 -
YUV 121.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 173 84 183 0.05 0.54 0 0.28 293.94 0.41 0.52
Hex AD 54 B7 5 36 0 1C 126 29 34
Octal 255 124 267 5 66 0 34 446 51 64
Binary 10101101 1010100 10110111 101 110110 0 11100 100100110 101001 110100

Color Harmonies of #AD54B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD54B7

Black with #AD54B7

Text Example


Text Example

White with #AD54B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD54B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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