Html Css Color HEX #AD30AC Fuchsia

📋 copy color: '#AD30AC'

red 173 ◦ green 48 ◦ blue 172

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

Shades of Fuchsia #AD30AC

Tints of Fuchsia #AD30AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.21%

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

R = 44.02%
G = 12.21%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD30AC (or 0xAD30AC) is known color: Fuchsia. HEX triplet: AD, 30 and AC. RGB value is (173,48,172). Sum of RGB (Red+Green+Blue) = 173+48+172=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD30AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD30AC is #52CF53. Grayscale: #636363. Windows color (decimal): -5427028 or 11284653. OLE color: 11284653.

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

Color convert

RGB 173 48 172 -
CMYK 0 0.72 0.01 0.32
HSL 300.48º 0.57% 0.43% -
HSV(B) 300.48º 0.72% 0.68% -
XYZ 25.74 13.98 40.37 -
YUV 99.51 168.91 180.42 -
System Red Green Blue C M Y K H S L
Decimal 173 48 172 0 0.72 0.01 0.32 300.48 0.57 0.43
Hex AD 30 AC 0 48 1 20 12C 39 2B
Octal 255 60 254 0 110 1 40 454 71 53
Binary 10101101 110000 10101100 0 1001000 1 100000 100101100 111001 101011

Color Harmonies of #AD30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30AC

Black with #AD30AC

Text Example


Text Example

White with #AD30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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