Html Css Color HEX #AD36B0 Fuchsia

📋 copy color: '#AD36B0'

red 173 ◦ green 54 ◦ blue 176

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

Shades of Fuchsia #AD36B0

Tints of Fuchsia #AD36B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.67%

R = 42.93%
G = 13.4%
B = 43.67%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD36B0 (or 0xAD36B0) is known color: Fuchsia. HEX triplet: AD, 36 and B0. RGB value is (173,54,176). Sum of RGB (Red+Green+Blue) = 173+54+176=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD36B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD36B0 is #52C94F. Grayscale: #676767. Windows color (decimal): -5425488 or 11548333. OLE color: 11548333.

HSL color Cylindrical-coordinate representation of color #AD36B0: hue angle of 298.52º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD36B0 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 54 176 -
CMYK 0.02 0.69 0 0.31
HSL 298.52º 0.53% 0.45% -
HSV(B) 298.52º 0.69% 0.69% -
XYZ 26.39 14.66 42.51 -
YUV 103.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 173 54 176 0.02 0.69 0 0.31 298.52 0.53 0.45
Hex AD 36 B0 2 45 0 1F 12B 35 2D
Octal 255 66 260 2 105 0 37 453 65 55
Binary 10101101 110110 10110000 10 1000101 0 11111 100101011 110101 101101

Color Harmonies of #AD36B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD36B0

Black with #AD36B0

Text Example


Text Example

White with #AD36B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD36B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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