Html Css Color HEX #AD47B3 Fuchsia

📋 copy color: '#AD47B3'

red 173 ◦ green 71 ◦ blue 179

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

Shades of Fuchsia #AD47B3

Tints of Fuchsia #AD47B3

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.78%

 BLUE value IS 179 (70.31% from 255) = 42.32%

R = 40.9%
G = 16.78%
B = 42.32%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD47B3 (or 0xAD47B3) is known color: Fuchsia. HEX triplet: AD, 47 and B3. RGB value is (173,71,179). Sum of RGB (Red+Green+Blue) = 173+71+179=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD47B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47B3 is #52B84C. Grayscale: #717171. Windows color (decimal): -5421133 or 11749293. OLE color: 11749293.

HSL color Cylindrical-coordinate representation of color #AD47B3: hue angle of 296.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD47B3 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 71 179 -
CMYK 0.03 0.60 0 0.30
HSL 296.67º 0.43% 0.49% -
HSV(B) 296.67º 0.6% 0.7% -
XYZ 27.62 16.65 44.4 -
YUV 113.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 173 71 179 0.03 0.60 0 0.30 296.67 0.43 0.49
Hex AD 47 B3 3 3C 0 1E 129 2B 31
Octal 255 107 263 3 74 0 36 451 53 61
Binary 10101101 1000111 10110011 11 111100 0 11110 100101001 101011 110001

Color Harmonies of #AD47B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD47B3

Black with #AD47B3

Text Example


Text Example

White with #AD47B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD47B3; }

 p { color: rgb(173,71,179); }

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

background-color css

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

 a { background-color: rgb(173,71,179); }

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

border-color css

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

 span { border-color: rgb(173,71,179); }

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