Html Css Color HEX #AD3DAC Fuchsia

📋 copy color: '#AD3DAC'

red 173 ◦ green 61 ◦ blue 172

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

Shades of Fuchsia #AD3DAC

Tints of Fuchsia #AD3DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.02%

 BLUE value IS 172 (67.58% from 255) = 42.36%

R = 42.61%
G = 15.02%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD3DAC (or 0xAD3DAC) is known color: Fuchsia. HEX triplet: AD, 3D and AC. RGB value is (173,61,172). Sum of RGB (Red+Green+Blue) = 173+61+172=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3DAC is #52C253. Grayscale: #6A6A6A. Windows color (decimal): -5423700 or 11287981. OLE color: 11287981.

HSL color Cylindrical-coordinate representation of color #AD3DAC: hue angle of 300.54º 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 #AD3DAC is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 61 172 -
CMYK 0 0.65 0.01 0.32
HSL 300.54º 0.48% 0.46% -
HSV(B) 300.54º 0.65% 0.68% -
XYZ 26.35 15.2 40.57 -
YUV 107.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 173 61 172 0 0.65 0.01 0.32 300.54 0.48 0.46
Hex AD 3D AC 0 41 1 20 12D 30 2E
Octal 255 75 254 0 101 1 40 455 60 56
Binary 10101101 111101 10101100 0 1000001 1 100000 100101101 110000 101110

Color Harmonies of #AD3DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DAC

Black with #AD3DAC

Text Example


Text Example

White with #AD3DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DAC; }

 p { color: rgb(173,61,172); }

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

background-color css

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

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

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

border-color css

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

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

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