Html Css Color HEX #AD36AA Fuchsia

📋 copy color: '#AD36AA'

red 173 ◦ green 54 ◦ blue 170

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

Shades of Fuchsia #AD36AA

Tints of Fuchsia #AD36AA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.6%

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

R = 43.58%
G = 13.6%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD36AA (or 0xAD36AA) is known color: Fuchsia. HEX triplet: AD, 36 and AA. RGB value is (173,54,170). Sum of RGB (Red+Green+Blue) = 173+54+170=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD36AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD36AA is #52C955. Grayscale: #666666. Windows color (decimal): -5425494 or 11155117. OLE color: 11155117.

HSL color Cylindrical-coordinate representation of color #AD36AA: hue angle of 301.51º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD36AA is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 54 170 -
CMYK 0 0.69 0.02 0.32
HSL 301.51º 0.52% 0.45% -
HSV(B) 301.51º 0.69% 0.68% -
XYZ 25.81 14.42 39.45 -
YUV 102.81 165.92 178.07 -
System Red Green Blue C M Y K H S L
Decimal 173 54 170 0 0.69 0.02 0.32 301.51 0.52 0.45
Hex AD 36 AA 0 45 2 20 12E 34 2D
Octal 255 66 252 0 105 2 40 456 64 55
Binary 10101101 110110 10101010 0 1000101 10 100000 100101110 110100 101101

Color Harmonies of #AD36AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD36AA

Black with #AD36AA

Text Example


Text Example

White with #AD36AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD36AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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