Html Css Color HEX #AD33AB Fuchsia

📋 copy color: '#AD33AB'

red 173 ◦ green 51 ◦ blue 171

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

Shades of Fuchsia #AD33AB

Tints of Fuchsia #AD33AB

RGB

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

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

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

R = 43.8%
G = 12.91%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD33AB (or 0xAD33AB) is known color: Fuchsia. HEX triplet: AD, 33 and AB. RGB value is (173,51,171). Sum of RGB (Red+Green+Blue) = 173+51+171=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD33AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD33AB is #52CC54. Grayscale: #646464. Windows color (decimal): -5426261 or 11219885. OLE color: 11219885.

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

Color convert

RGB 173 51 171 -
CMYK 0 0.71 0.01 0.32
HSL 300.98º 0.54% 0.44% -
HSV(B) 300.98º 0.71% 0.68% -
XYZ 25.77 14.19 39.91 -
YUV 101.16 167.42 179.24 -
System Red Green Blue C M Y K H S L
Decimal 173 51 171 0 0.71 0.01 0.32 300.98 0.54 0.44
Hex AD 33 AB 0 47 1 20 12D 36 2C
Octal 255 63 253 0 107 1 40 455 66 54
Binary 10101101 110011 10101011 0 1000111 1 100000 100101101 110110 101100

Color Harmonies of #AD33AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD33AB

Black with #AD33AB

Text Example


Text Example

White with #AD33AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD33AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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