Html Css Color HEX #AD40AD Fuchsia

📋 copy color: '#AD40AD'

red 173 ◦ green 64 ◦ blue 173

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

Shades of Fuchsia #AD40AD

Tints of Fuchsia #AD40AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.2%

R = 42.2%
G = 15.61%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD40AD (or 0xAD40AD) is known color: Fuchsia. HEX triplet: AD, 40 and AD. RGB value is (173,64,173). Sum of RGB (Red+Green+Blue) = 173+64+173=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD40AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD40AD is #52BF52. Grayscale: #6C6C6C. Windows color (decimal): -5422931 or 11354285. OLE color: 11354285.

HSL color Cylindrical-coordinate representation of color #AD40AD: hue angle of 300º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD40AD is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 64 173 -
CMYK 0 0.63 0 0.32
HSL 300º 0.46% 0.46% -
HSV(B) 300º 0.63% 0.68% -
XYZ 26.61 15.57 41.14 -
YUV 109.02 164.11 173.64 -
System Red Green Blue C M Y K H S L
Decimal 173 64 173 0 0.63 0 0.32 300 0.46 0.46
Hex AD 40 AD 0 3F 0 20 12C 2E 2E
Octal 255 100 255 0 77 0 40 454 56 56
Binary 10101101 1000000 10101101 0 111111 0 100000 100101100 101110 101110

Color Harmonies of #AD40AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD40AD

Black with #AD40AD

Text Example


Text Example

White with #AD40AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD40AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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