Html Css Color HEX #AD3CAC Fuchsia

📋 copy color: '#AD3CAC'

red 173 ◦ green 60 ◦ blue 172

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

Shades of Fuchsia #AD3CAC

Tints of Fuchsia #AD3CAC

RGB

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

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

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

R = 42.72%
G = 14.81%
B = 42.47%

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

#AD3CAC (or 0xAD3CAC) is known color: Fuchsia. HEX triplet: AD, 3C and AC. RGB value is (173,60,172). Sum of RGB (Red+Green+Blue) = 173+60+172=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3CAC is #52C353. Grayscale: #6A6A6A. Windows color (decimal): -5423956 or 11287725. OLE color: 11287725.

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

Color convert

RGB 173 60 172 -
CMYK 0 0.65 0.01 0.32
HSL 300.53º 0.48% 0.46% -
HSV(B) 300.53º 0.65% 0.68% -
XYZ 26.3 15.09 40.56 -
YUV 106.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 173 60 172 0 0.65 0.01 0.32 300.53 0.48 0.46
Hex AD 3C AC 0 41 1 20 12D 30 2E
Octal 255 74 254 0 101 1 40 455 60 56
Binary 10101101 111100 10101100 0 1000001 1 100000 100101101 110000 101110

Color Harmonies of #AD3CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CAC

Black with #AD3CAC

Text Example


Text Example

White with #AD3CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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