Html Css Color HEX #AD52BA Fuchsia

📋 copy color: '#AD52BA'

red 173 ◦ green 82 ◦ blue 186

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

Shades of Fuchsia #AD52BA

Tints of Fuchsia #AD52BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.59%

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

R = 39.23%
G = 18.59%
B = 42.18%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD52BA (or 0xAD52BA) is known color: Fuchsia. HEX triplet: AD, 52 and BA. RGB value is (173,82,186). Sum of RGB (Red+Green+Blue) = 173+82+186=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD52BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52BA is #52AD45. Grayscale: #787878. Windows color (decimal): -5418310 or 12210861. OLE color: 12210861.

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

Color convert

RGB 173 82 186 -
CMYK 0.07 0.56 0 0.27
HSL 292.5º 0.43% 0.53% -
HSV(B) 292.5º 0.56% 0.73% -
XYZ 29.11 18.46 48.48 -
YUV 121.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 173 82 186 0.07 0.56 0 0.27 292.5 0.43 0.53
Hex AD 52 BA 7 38 0 1B 124 2B 35
Octal 255 122 272 7 70 0 33 444 53 65
Binary 10101101 1010010 10111010 111 111000 0 11011 100100100 101011 110101

Color Harmonies of #AD52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52BA

Black with #AD52BA

Text Example


Text Example

White with #AD52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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