Html Css Color HEX #AD4AB9 Fuchsia

📋 copy color: '#AD4AB9'

red 173 ◦ green 74 ◦ blue 185

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

Shades of Fuchsia #AD4AB9

Tints of Fuchsia #AD4AB9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.13%

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

R = 40.05%
G = 17.13%
B = 42.82%

CMYK

 C value IS 0.06

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD4AB9 (or 0xAD4AB9) is known color: Fuchsia. HEX triplet: AD, 4A and B9. RGB value is (173,74,185). Sum of RGB (Red+Green+Blue) = 173+74+185=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD4AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4AB9 is #52B546. Grayscale: #737373. Windows color (decimal): -5420359 or 12143277. OLE color: 12143277.

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

Color convert

RGB 173 74 185 -
CMYK 0.06 0.6 0 0.27
HSL 293.51º 0.44% 0.51% -
HSV(B) 293.51º 0.6% 0.73% -
XYZ 28.44 17.28 47.74 -
YUV 116.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 173 74 185 0.06 0.6 0 0.27 293.51 0.44 0.51
Hex AD 4A B9 6 3C 0 1B 126 2C 33
Octal 255 112 271 6 74 0 33 446 54 63
Binary 10101101 1001010 10111001 110 111100 0 11011 100100110 101100 110011

Color Harmonies of #AD4AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4AB9

Black with #AD4AB9

Text Example


Text Example

White with #AD4AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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