Html Css Color HEX #AD40BA Fuchsia

📋 copy color: '#AD40BA'

red 173 ◦ green 64 ◦ blue 186

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

Shades of Fuchsia #AD40BA

Tints of Fuchsia #AD40BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.13%

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

R = 40.9%
G = 15.13%
B = 43.97%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD40BA (or 0xAD40BA) is known color: Fuchsia. HEX triplet: AD, 40 and BA. RGB value is (173,64,186). Sum of RGB (Red+Green+Blue) = 173+64+186=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD40BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD40BA is #52BF45. Grayscale: #6E6E6E. Windows color (decimal): -5422918 or 12206253. OLE color: 12206253.

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

Color convert

RGB 173 64 186 -
CMYK 0.07 0.66 0 0.27
HSL 293.61º 0.49% 0.49% -
HSV(B) 293.61º 0.66% 0.73% -
XYZ 27.93 16.1 48.09 -
YUV 110.5 170.61 172.58 -
System Red Green Blue C M Y K H S L
Decimal 173 64 186 0.07 0.66 0 0.27 293.61 0.49 0.49
Hex AD 40 BA 7 42 0 1B 126 31 31
Octal 255 100 272 7 102 0 33 446 61 61
Binary 10101101 1000000 10111010 111 1000010 0 11011 100100110 110001 110001

Color Harmonies of #AD40BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD40BA

Black with #AD40BA

Text Example


Text Example

White with #AD40BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD40BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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