Html Css Color HEX #AD57BA Fuchsia

📋 copy color: '#AD57BA'

red 173 ◦ green 87 ◦ blue 186

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

Shades of Fuchsia #AD57BA

Tints of Fuchsia #AD57BA

RGB

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

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

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

R = 38.79%
G = 19.51%
B = 41.7%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD57BA (or 0xAD57BA) is known color: Fuchsia. HEX triplet: AD, 57 and BA. RGB value is (173,87,186). Sum of RGB (Red+Green+Blue) = 173+87+186=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD57BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57BA is #52A845. Grayscale: #7B7B7B. Windows color (decimal): -5417030 or 12212141. OLE color: 12212141.

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

Color convert

RGB 173 87 186 -
CMYK 0.07 0.53 0 0.27
HSL 292.12º 0.42% 0.54% -
HSV(B) 292.12º 0.53% 0.73% -
XYZ 29.5 19.25 48.61 -
YUV 124 162.99 162.95 -
System Red Green Blue C M Y K H S L
Decimal 173 87 186 0.07 0.53 0 0.27 292.12 0.42 0.54
Hex AD 57 BA 7 35 0 1B 124 2A 36
Octal 255 127 272 7 65 0 33 444 52 66
Binary 10101101 1010111 10111010 111 110101 0 11011 100100100 101010 110110

Color Harmonies of #AD57BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD57BA

Black with #AD57BA

Text Example


Text Example

White with #AD57BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD57BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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