Html Css Color HEX #AD5AB9 Fuchsia

📋 copy color: '#AD5AB9'

red 173 ◦ green 90 ◦ blue 185

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

Shades of Fuchsia #AD5AB9

Tints of Fuchsia #AD5AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.29%

R = 38.62%
G = 20.09%
B = 41.29%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD5AB9 (or 0xAD5AB9) is known color: Fuchsia. HEX triplet: AD, 5A and B9. RGB value is (173,90,185). Sum of RGB (Red+Green+Blue) = 173+90+185=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD5AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5AB9 is #52A546. Grayscale: #7D7D7D. Windows color (decimal): -5416263 or 12147373. OLE color: 12147373.

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

Color convert

RGB 173 90 185 -
CMYK 0.06 0.51 0 0.27
HSL 292.42º 0.4% 0.54% -
HSV(B) 292.42º 0.51% 0.73% -
XYZ 29.65 19.7 48.14 -
YUV 125.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 173 90 185 0.06 0.51 0 0.27 292.42 0.4 0.54
Hex AD 5A B9 6 33 0 1B 124 28 36
Octal 255 132 271 6 63 0 33 444 50 66
Binary 10101101 1011010 10111001 110 110011 0 11011 100100100 101000 110110

Color Harmonies of #AD5AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5AB9

Black with #AD5AB9

Text Example


Text Example

White with #AD5AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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