Html Css Color HEX #AD5ABB Fuchsia

📋 copy color: '#AD5ABB'

red 173 ◦ green 90 ◦ blue 187

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

Shades of Fuchsia #AD5ABB

Tints of Fuchsia #AD5ABB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20%

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

R = 38.44%
G = 20%
B = 41.56%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD5ABB (or 0xAD5ABB) is known color: Fuchsia. HEX triplet: AD, 5A and BB. RGB value is (173,90,187). Sum of RGB (Red+Green+Blue) = 173+90+187=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD5ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ABB is #52A544. Grayscale: #7D7D7D. Windows color (decimal): -5416261 or 12278445. OLE color: 12278445.

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

Color convert

RGB 173 90 187 -
CMYK 0.07 0.52 0 0.27
HSL 291.34º 0.42% 0.54% -
HSV(B) 291.34º 0.52% 0.73% -
XYZ 29.86 19.78 49.26 -
YUV 125.88 162.5 161.61 -
System Red Green Blue C M Y K H S L
Decimal 173 90 187 0.07 0.52 0 0.27 291.34 0.42 0.54
Hex AD 5A BB 7 34 0 1B 123 2A 36
Octal 255 132 273 7 64 0 33 443 52 66
Binary 10101101 1011010 10111011 111 110100 0 11011 100100011 101010 110110

Color Harmonies of #AD5ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5ABB

Black with #AD5ABB

Text Example


Text Example

White with #AD5ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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