Html Css Color HEX #AD34AA Fuchsia

📋 copy color: '#AD34AA'

red 173 ◦ green 52 ◦ blue 170

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

Shades of Fuchsia #AD34AA

Tints of Fuchsia #AD34AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.16%

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

R = 43.8%
G = 13.16%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD34AA (or 0xAD34AA) is known color: Fuchsia. HEX triplet: AD, 34 and AA. RGB value is (173,52,170). Sum of RGB (Red+Green+Blue) = 173+52+170=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD34AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD34AA is #52CB55. Grayscale: #656565. Windows color (decimal): -5426006 or 11154605. OLE color: 11154605.

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

Color convert

RGB 173 52 170 -
CMYK 0 0.70 0.02 0.32
HSL 301.49º 0.54% 0.44% -
HSV(B) 301.49º 0.7% 0.68% -
XYZ 25.72 14.24 39.42 -
YUV 101.63 166.59 178.91 -
System Red Green Blue C M Y K H S L
Decimal 173 52 170 0 0.70 0.02 0.32 301.49 0.54 0.44
Hex AD 34 AA 0 46 2 20 12D 36 2C
Octal 255 64 252 0 106 2 40 455 66 54
Binary 10101101 110100 10101010 0 1000110 10 100000 100101101 110110 101100

Color Harmonies of #AD34AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD34AA

Black with #AD34AA

Text Example


Text Example

White with #AD34AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD34AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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