Html Css Color HEX #AD34AB Fuchsia

📋 copy color: '#AD34AB'

red 173 ◦ green 52 ◦ blue 171

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

Shades of Fuchsia #AD34AB

Tints of Fuchsia #AD34AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 43.69%
G = 13.13%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD34AB (or 0xAD34AB) is known color: Fuchsia. HEX triplet: AD, 34 and AB. RGB value is (173,52,171). Sum of RGB (Red+Green+Blue) = 173+52+171=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD34AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD34AB is #52CB54. Grayscale: #656565. Windows color (decimal): -5426005 or 11220141. OLE color: 11220141.

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

Color convert

RGB 173 52 171 -
CMYK 0 0.70 0.01 0.32
HSL 300.99º 0.54% 0.44% -
HSV(B) 300.99º 0.7% 0.68% -
XYZ 25.81 14.28 39.92 -
YUV 101.75 167.09 178.82 -
System Red Green Blue C M Y K H S L
Decimal 173 52 171 0 0.70 0.01 0.32 300.99 0.54 0.44
Hex AD 34 AB 0 46 1 20 12D 36 2C
Octal 255 64 253 0 106 1 40 455 66 54
Binary 10101101 110100 10101011 0 1000110 1 100000 100101101 110110 101100

Color Harmonies of #AD34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD34AB

Black with #AD34AB

Text Example


Text Example

White with #AD34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD34AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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