Html Css Color HEX #AD2EAB Fuchsia

📋 copy color: '#AD2EAB'

red 173 ◦ green 46 ◦ blue 171

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

Shades of Fuchsia #AD2EAB

Tints of Fuchsia #AD2EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.79%

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

R = 44.36%
G = 11.79%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD2EAB (or 0xAD2EAB) is known color: Fuchsia. HEX triplet: AD, 2E and AB. RGB value is (173,46,171). Sum of RGB (Red+Green+Blue) = 173+46+171=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2EAB is #52D154. Grayscale: #616161. Windows color (decimal): -5427541 or 11218605. OLE color: 11218605.

HSL color Cylindrical-coordinate representation of color #AD2EAB: hue angle of 300.94º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2EAB is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 46 171 -
CMYK 0 0.73 0.01 0.32
HSL 300.94º 0.58% 0.43% -
HSV(B) 300.94º 0.73% 0.68% -
XYZ 25.56 13.78 39.84 -
YUV 98.22 169.08 181.34 -
System Red Green Blue C M Y K H S L
Decimal 173 46 171 0 0.73 0.01 0.32 300.94 0.58 0.43
Hex AD 2E AB 0 49 1 20 12D 3A 2B
Octal 255 56 253 0 111 1 40 455 72 53
Binary 10101101 101110 10101011 0 1001001 1 100000 100101101 111010 101011

Color Harmonies of #AD2EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2EAB

Black with #AD2EAB

Text Example


Text Example

White with #AD2EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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