Html Css Color HEX #AD55BB Fuchsia

📋 copy color: '#AD55BB'

red 173 ◦ green 85 ◦ blue 187

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

Shades of Fuchsia #AD55BB

Tints of Fuchsia #AD55BB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.1%

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

R = 38.88%
G = 19.1%
B = 42.02%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD55BB (or 0xAD55BB) is known color: Fuchsia. HEX triplet: AD, 55 and BB. RGB value is (173,85,187). Sum of RGB (Red+Green+Blue) = 173+85+187=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD55BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD55BB is #52AA44. Grayscale: #7A7A7A. Windows color (decimal): -5417541 or 12277165. OLE color: 12277165.

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

Color convert

RGB 173 85 187 -
CMYK 0.07 0.55 0 0.27
HSL 291.76º 0.43% 0.53% -
HSV(B) 291.76º 0.55% 0.73% -
XYZ 29.45 18.97 49.12 -
YUV 122.94 164.15 163.71 -
System Red Green Blue C M Y K H S L
Decimal 173 85 187 0.07 0.55 0 0.27 291.76 0.43 0.53
Hex AD 55 BB 7 37 0 1B 124 2B 35
Octal 255 125 273 7 67 0 33 444 53 65
Binary 10101101 1010101 10111011 111 110111 0 11011 100100100 101011 110101

Color Harmonies of #AD55BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD55BB

Black with #AD55BB

Text Example


Text Example

White with #AD55BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD55BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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