Html Css Color HEX #AD53B1 Fuchsia

📋 copy color: '#AD53B1'

red 173 ◦ green 83 ◦ blue 177

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

Shades of Fuchsia #AD53B1

Tints of Fuchsia #AD53B1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.17%

 BLUE value IS 177 (69.53% from 255) = 40.88%

R = 39.95%
G = 19.17%
B = 40.88%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD53B1 (or 0xAD53B1) is known color: Fuchsia. HEX triplet: AD, 53 and B1. RGB value is (173,83,177). Sum of RGB (Red+Green+Blue) = 173+83+177=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD53B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD53B1 is #52AC4E. Grayscale: #787878. Windows color (decimal): -5418063 or 11621293. OLE color: 11621293.

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

Color convert

RGB 173 83 177 -
CMYK 0.02 0.53 0 0.31
HSL 297.45º 0.38% 0.51% -
HSV(B) 297.45º 0.53% 0.69% -
XYZ 28.26 18.25 43.63 -
YUV 120.63 159.82 165.36 -
System Red Green Blue C M Y K H S L
Decimal 173 83 177 0.02 0.53 0 0.31 297.45 0.38 0.51
Hex AD 53 B1 2 35 0 1F 129 26 33
Octal 255 123 261 2 65 0 37 451 46 63
Binary 10101101 1010011 10110001 10 110101 0 11111 100101001 100110 110011

Color Harmonies of #AD53B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD53B1

Black with #AD53B1

Text Example


Text Example

White with #AD53B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD53B1; }

 p { color: rgb(173,83,177); }

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

background-color css

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

 a { background-color: rgb(173,83,177); }

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

border-color css

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

 span { border-color: rgb(173,83,177); }

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