Html Css Color HEX #AD59BA Fuchsia

📋 copy color: '#AD59BA'

red 173 ◦ green 89 ◦ blue 186

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

Shades of Fuchsia #AD59BA

Tints of Fuchsia #AD59BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.87%

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

R = 38.62%
G = 19.87%
B = 41.52%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD59BA (or 0xAD59BA) is known color: Fuchsia. HEX triplet: AD, 59 and BA. RGB value is (173,89,186). Sum of RGB (Red+Green+Blue) = 173+89+186=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD59BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59BA is #52A645. Grayscale: #7C7C7C. Windows color (decimal): -5416518 or 12212653. OLE color: 12212653.

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

Color convert

RGB 173 89 186 -
CMYK 0.07 0.52 0 0.27
HSL 291.96º 0.41% 0.54% -
HSV(B) 291.96º 0.52% 0.73% -
XYZ 29.67 19.57 48.67 -
YUV 125.17 162.33 162.11 -
System Red Green Blue C M Y K H S L
Decimal 173 89 186 0.07 0.52 0 0.27 291.96 0.41 0.54
Hex AD 59 BA 7 34 0 1B 124 29 36
Octal 255 131 272 7 64 0 33 444 51 66
Binary 10101101 1011001 10111010 111 110100 0 11011 100100100 101001 110110

Color Harmonies of #AD59BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD59BA

Black with #AD59BA

Text Example


Text Example

White with #AD59BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD59BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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