Html Css Color HEX #AD30AA Fuchsia

📋 copy color: '#AD30AA'

red 173 ◦ green 48 ◦ blue 170

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

Shades of Fuchsia #AD30AA

Tints of Fuchsia #AD30AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 44.25%
G = 12.28%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD30AA (or 0xAD30AA) is known color: Fuchsia. HEX triplet: AD, 30 and AA. RGB value is (173,48,170). Sum of RGB (Red+Green+Blue) = 173+48+170=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD30AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD30AA is #52CF55. Grayscale: #626262. Windows color (decimal): -5427030 or 11153581. OLE color: 11153581.

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

Color convert

RGB 173 48 170 -
CMYK 0 0.72 0.02 0.32
HSL 301.44º 0.57% 0.43% -
HSV(B) 301.44º 0.72% 0.68% -
XYZ 25.55 13.9 39.37 -
YUV 99.28 167.91 180.58 -
System Red Green Blue C M Y K H S L
Decimal 173 48 170 0 0.72 0.02 0.32 301.44 0.57 0.43
Hex AD 30 AA 0 48 2 20 12D 39 2B
Octal 255 60 252 0 110 2 40 455 71 53
Binary 10101101 110000 10101010 0 1001000 10 100000 100101101 111001 101011

Color Harmonies of #AD30AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD30AA

Black with #AD30AA

Text Example


Text Example

White with #AD30AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD30AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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