Html Css Color HEX #AD3CAD Fuchsia

📋 copy color: '#AD3CAD'

red 173 ◦ green 60 ◦ blue 173

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

Shades of Fuchsia #AD3CAD

Tints of Fuchsia #AD3CAD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.78%

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

R = 42.61%
G = 14.78%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD3CAD (or 0xAD3CAD) is known color: Fuchsia. HEX triplet: AD, 3C and AD. RGB value is (173,60,173). Sum of RGB (Red+Green+Blue) = 173+60+173=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD3CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3CAD is #52C352. Grayscale: #6A6A6A. Windows color (decimal): -5423955 or 11353261. OLE color: 11353261.

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

Color convert

RGB 173 60 173 -
CMYK 0 0.65 0 0.32
HSL 300º 0.48% 0.46% -
HSV(B) 300º 0.65% 0.68% -
XYZ 26.39 15.13 41.07 -
YUV 106.67 165.44 175.31 -
System Red Green Blue C M Y K H S L
Decimal 173 60 173 0 0.65 0 0.32 300 0.48 0.46
Hex AD 3C AD 0 41 0 20 12C 30 2E
Octal 255 74 255 0 101 0 40 454 60 56
Binary 10101101 111100 10101101 0 1000001 0 100000 100101100 110000 101110

Color Harmonies of #AD3CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CAD

Black with #AD3CAD

Text Example


Text Example

White with #AD3CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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