Html Css Color HEX #AD58BB Fuchsia

📋 copy color: '#AD58BB'

red 173 ◦ green 88 ◦ blue 187

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

Shades of Fuchsia #AD58BB

Tints of Fuchsia #AD58BB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.64%

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

R = 38.62%
G = 19.64%
B = 41.74%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD58BB (or 0xAD58BB) is known color: Fuchsia. HEX triplet: AD, 58 and BB. RGB value is (173,88,187). Sum of RGB (Red+Green+Blue) = 173+88+187=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD58BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58BB is #52A744. Grayscale: #7C7C7C. Windows color (decimal): -5416773 or 12277933. OLE color: 12277933.

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

Color convert

RGB 173 88 187 -
CMYK 0.07 0.53 0 0.27
HSL 291.52º 0.42% 0.54% -
HSV(B) 291.52º 0.53% 0.73% -
XYZ 29.69 19.45 49.2 -
YUV 124.7 163.16 162.45 -
System Red Green Blue C M Y K H S L
Decimal 173 88 187 0.07 0.53 0 0.27 291.52 0.42 0.54
Hex AD 58 BB 7 35 0 1B 124 2A 36
Octal 255 130 273 7 65 0 33 444 52 66
Binary 10101101 1011000 10111011 111 110101 0 11011 100100100 101010 110110

Color Harmonies of #AD58BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD58BB

Black with #AD58BB

Text Example


Text Example

White with #AD58BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD58BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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