Html Css Color HEX #AD48BA Fuchsia

📋 copy color: '#AD48BA'

red 173 ◦ green 72 ◦ blue 186

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

Shades of Fuchsia #AD48BA

Tints of Fuchsia #AD48BA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.71%

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

R = 40.14%
G = 16.71%
B = 43.16%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD48BA (or 0xAD48BA) is known color: Fuchsia. HEX triplet: AD, 48 and BA. RGB value is (173,72,186). Sum of RGB (Red+Green+Blue) = 173+72+186=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD48BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD48BA is #52B745. Grayscale: #727272. Windows color (decimal): -5420870 or 12208301. OLE color: 12208301.

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

Color convert

RGB 173 72 186 -
CMYK 0.07 0.61 0 0.27
HSL 293.16º 0.45% 0.51% -
HSV(B) 293.16º 0.61% 0.73% -
XYZ 28.41 17.06 48.25 -
YUV 115.2 167.96 169.23 -
System Red Green Blue C M Y K H S L
Decimal 173 72 186 0.07 0.61 0 0.27 293.16 0.45 0.51
Hex AD 48 BA 7 3D 0 1B 125 2D 33
Octal 255 110 272 7 75 0 33 445 55 63
Binary 10101101 1001000 10111010 111 111101 0 11011 100100101 101101 110011

Color Harmonies of #AD48BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD48BA

Black with #AD48BA

Text Example


Text Example

White with #AD48BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD48BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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