Html Css Color HEX #AD33AA Fuchsia

📋 copy color: '#AD33AA'

red 173 ◦ green 51 ◦ blue 170

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

Shades of Fuchsia #AD33AA

Tints of Fuchsia #AD33AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.94%

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

R = 43.91%
G = 12.94%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD33AA (or 0xAD33AA) is known color: Fuchsia. HEX triplet: AD, 33 and AA. RGB value is (173,51,170). Sum of RGB (Red+Green+Blue) = 173+51+170=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD33AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD33AA is #52CC55. Grayscale: #646464. Windows color (decimal): -5426262 or 11154349. OLE color: 11154349.

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

Color convert

RGB 173 51 170 -
CMYK 0 0.71 0.02 0.32
HSL 301.48º 0.54% 0.44% -
HSV(B) 301.48º 0.71% 0.68% -
XYZ 25.67 14.15 39.41 -
YUV 101.04 166.92 179.32 -
System Red Green Blue C M Y K H S L
Decimal 173 51 170 0 0.71 0.02 0.32 301.48 0.54 0.44
Hex AD 33 AA 0 47 2 20 12D 36 2C
Octal 255 63 252 0 107 2 40 455 66 54
Binary 10101101 110011 10101010 0 1000111 10 100000 100101101 110110 101100

Color Harmonies of #AD33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD33AA

Black with #AD33AA

Text Example


Text Example

White with #AD33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD33AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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