Html Css Color HEX #AD57B8 Fuchsia

📋 copy color: '#AD57B8'

red 173 ◦ green 87 ◦ blue 184

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

Shades of Fuchsia #AD57B8

Tints of Fuchsia #AD57B8

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.59%

 BLUE value IS 184 (72.27% from 255) = 41.44%

R = 38.96%
G = 19.59%
B = 41.44%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD57B8 (or 0xAD57B8) is known color: Fuchsia. HEX triplet: AD, 57 and B8. RGB value is (173,87,184). Sum of RGB (Red+Green+Blue) = 173+87+184=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD57B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57B8 is #52A847. Grayscale: #7B7B7B. Windows color (decimal): -5417032 or 12081069. OLE color: 12081069.

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

Color convert

RGB 173 87 184 -
CMYK 0.06 0.53 0 0.28
HSL 293.2º 0.41% 0.53% -
HSV(B) 293.2º 0.53% 0.72% -
XYZ 29.29 19.16 47.5 -
YUV 123.77 161.99 163.11 -
System Red Green Blue C M Y K H S L
Decimal 173 87 184 0.06 0.53 0 0.28 293.2 0.41 0.53
Hex AD 57 B8 6 35 0 1C 125 29 35
Octal 255 127 270 6 65 0 34 445 51 65
Binary 10101101 1010111 10111000 110 110101 0 11100 100100101 101001 110101

Color Harmonies of #AD57B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD57B8

Black with #AD57B8

Text Example


Text Example

White with #AD57B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD57B8; }

 p { color: rgb(173,87,184); }

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

background-color css

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

 a { background-color: rgb(173,87,184); }

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

border-color css

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

 span { border-color: rgb(173,87,184); }

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