Html Css Color HEX #AD37AA Fuchsia

📋 copy color: '#AD37AA'

red 173 ◦ green 55 ◦ blue 170

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

Shades of Fuchsia #AD37AA

Tints of Fuchsia #AD37AA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.82%

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

R = 43.47%
G = 13.82%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD37AA (or 0xAD37AA) is known color: Fuchsia. HEX triplet: AD, 37 and AA. RGB value is (173,55,170). Sum of RGB (Red+Green+Blue) = 173+55+170=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD37AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD37AA is #52C855. Grayscale: #676767. Windows color (decimal): -5425238 or 11155373. OLE color: 11155373.

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

Color convert

RGB 173 55 170 -
CMYK 0 0.68 0.02 0.32
HSL 301.53º 0.52% 0.45% -
HSV(B) 301.53º 0.68% 0.68% -
XYZ 25.86 14.52 39.47 -
YUV 103.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 173 55 170 0 0.68 0.02 0.32 301.53 0.52 0.45
Hex AD 37 AA 0 44 2 20 12E 34 2D
Octal 255 67 252 0 104 2 40 456 64 55
Binary 10101101 110111 10101010 0 1000100 10 100000 100101110 110100 101101

Color Harmonies of #AD37AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD37AA

Black with #AD37AA

Text Example


Text Example

White with #AD37AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD37AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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