Html Css Color HEX #AD5AB4 Fuchsia

📋 copy color: '#AD5AB4'

red 173 ◦ green 90 ◦ blue 180

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

Shades of Fuchsia #AD5AB4

Tints of Fuchsia #AD5AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.63%

R = 39.05%
G = 20.32%
B = 40.63%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD5AB4 (or 0xAD5AB4) is known color: Fuchsia. HEX triplet: AD, 5A and B4. RGB value is (173,90,180). Sum of RGB (Red+Green+Blue) = 173+90+180=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD5AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5AB4 is #52A54B. Grayscale: #7C7C7C. Windows color (decimal): -5416268 or 11819693. OLE color: 11819693.

HSL color Cylindrical-coordinate representation of color #AD5AB4: hue angle of 295.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5AB4 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 90 180 -
CMYK 0.04 0.50 0 0.29
HSL 295.33º 0.38% 0.53% -
HSV(B) 295.33º 0.5% 0.71% -
XYZ 29.13 19.49 45.41 -
YUV 125.08 159 162.18 -
System Red Green Blue C M Y K H S L
Decimal 173 90 180 0.04 0.50 0 0.29 295.33 0.38 0.53
Hex AD 5A B4 4 32 0 1D 127 26 35
Octal 255 132 264 4 62 0 35 447 46 65
Binary 10101101 1011010 10110100 100 110010 0 11101 100100111 100110 110101

Color Harmonies of #AD5AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5AB4

Black with #AD5AB4

Text Example


Text Example

White with #AD5AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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