Html Css Color HEX #AD36A8 Fuchsia

📋 copy color: '#AD36A8'

red 173 ◦ green 54 ◦ blue 168

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

Shades of Fuchsia #AD36A8

Tints of Fuchsia #AD36A8

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.67%

 BLUE value IS 168 (66.02% from 255) = 42.53%

R = 43.8%
G = 13.67%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#AD36A8 (or 0xAD36A8) is known color: Fuchsia. HEX triplet: AD, 36 and A8. RGB value is (173,54,168). Sum of RGB (Red+Green+Blue) = 173+54+168=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD36A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD36A8 is #52C957. Grayscale: #666666. Windows color (decimal): -5425496 or 11024045. OLE color: 11024045.

HSL color Cylindrical-coordinate representation of color #AD36A8: hue angle of 302.52º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD36A8 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 54 168 -
CMYK 0 0.69 0.03 0.32
HSL 302.52º 0.52% 0.45% -
HSV(B) 302.52º 0.69% 0.68% -
XYZ 25.62 14.35 38.47 -
YUV 102.58 164.92 178.23 -
System Red Green Blue C M Y K H S L
Decimal 173 54 168 0 0.69 0.03 0.32 302.52 0.52 0.45
Hex AD 36 A8 0 45 3 20 12F 34 2D
Octal 255 66 250 0 105 3 40 457 64 55
Binary 10101101 110110 10101000 0 1000101 11 100000 100101111 110100 101101

Color Harmonies of #AD36A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD36A8

Black with #AD36A8

Text Example


Text Example

White with #AD36A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD36A8; }

 p { color: rgb(173,54,168); }

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

background-color css

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

 a { background-color: rgb(173,54,168); }

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

border-color css

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

 span { border-color: rgb(173,54,168); }

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