Html Css Color HEX #AD46BA Fuchsia

📋 copy color: '#AD46BA'

red 173 ◦ green 70 ◦ blue 186

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

Shades of Fuchsia #AD46BA

Tints of Fuchsia #AD46BA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.32%

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 40.33%
G = 16.32%
B = 43.36%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD46BA (or 0xAD46BA) is known color: Fuchsia. HEX triplet: AD, 46 and BA. RGB value is (173,70,186). Sum of RGB (Red+Green+Blue) = 173+70+186=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD46BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD46BA is #52B945. Grayscale: #717171. Windows color (decimal): -5421382 or 12207789. OLE color: 12207789.

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

Color convert

RGB 173 70 186 -
CMYK 0.07 0.62 0 0.27
HSL 293.28º 0.46% 0.5% -
HSV(B) 293.28º 0.62% 0.73% -
XYZ 28.29 16.81 48.21 -
YUV 114.02 168.62 170.07 -
System Red Green Blue C M Y K H S L
Decimal 173 70 186 0.07 0.62 0 0.27 293.28 0.46 0.5
Hex AD 46 BA 7 3E 0 1B 125 2E 32
Octal 255 106 272 7 76 0 33 445 56 62
Binary 10101101 1000110 10111010 111 111110 0 11011 100100101 101110 110010

Color Harmonies of #AD46BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD46BA

Black with #AD46BA

Text Example


Text Example

White with #AD46BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD46BA; }

 p { color: rgb(173,70,186); }

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

background-color css

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

 a { background-color: rgb(173,70,186); }

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

border-color css

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

 span { border-color: rgb(173,70,186); }

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