Html Css Color HEX #AD50BB Fuchsia

📋 copy color: '#AD50BB'

red 173 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #AD50BB

Tints of Fuchsia #AD50BB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.18%

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 39.32%
G = 18.18%
B = 42.5%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD50BB (or 0xAD50BB) is known color: Fuchsia. HEX triplet: AD, 50 and BB. RGB value is (173,80,187). Sum of RGB (Red+Green+Blue) = 173+80+187=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD50BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50BB is #52AF44. Grayscale: #777777. Windows color (decimal): -5418821 or 12275885. OLE color: 12275885.

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

Color convert

RGB 173 80 187 -
CMYK 0.07 0.57 0 0.27
HSL 292.15º 0.44% 0.52% -
HSV(B) 292.15º 0.57% 0.73% -
XYZ 29.07 18.21 49 -
YUV 120.01 165.81 165.8 -
System Red Green Blue C M Y K H S L
Decimal 173 80 187 0.07 0.57 0 0.27 292.15 0.44 0.52
Hex AD 50 BB 7 39 0 1B 124 2C 34
Octal 255 120 273 7 71 0 33 444 54 64
Binary 10101101 1010000 10111011 111 111001 0 11011 100100100 101100 110100

Color Harmonies of #AD50BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50BB

Black with #AD50BB

Text Example


Text Example

White with #AD50BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50BB; }

 p { color: rgb(173,80,187); }

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

background-color css

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

 a { background-color: rgb(173,80,187); }

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

border-color css

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

 span { border-color: rgb(173,80,187); }

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