Html Css Color HEX #AD53B2 Fuchsia

📋 copy color: '#AD53B2'

red 173 ◦ green 83 ◦ blue 178

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

Shades of Fuchsia #AD53B2

Tints of Fuchsia #AD53B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.01%

R = 39.86%
G = 19.12%
B = 41.01%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD53B2 (or 0xAD53B2) is known color: Fuchsia. HEX triplet: AD, 53 and B2. RGB value is (173,83,178). Sum of RGB (Red+Green+Blue) = 173+83+178=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD53B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD53B2 is #52AC4D. Grayscale: #787878. Windows color (decimal): -5418062 or 11686829. OLE color: 11686829.

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

Color convert

RGB 173 83 178 -
CMYK 0.03 0.53 0 0.30
HSL 296.84º 0.38% 0.51% -
HSV(B) 296.84º 0.53% 0.7% -
XYZ 28.36 18.29 44.15 -
YUV 120.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 173 83 178 0.03 0.53 0 0.30 296.84 0.38 0.51
Hex AD 53 B2 3 35 0 1E 129 26 33
Octal 255 123 262 3 65 0 36 451 46 63
Binary 10101101 1010011 10110010 11 110101 0 11110 100101001 100110 110011

Color Harmonies of #AD53B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD53B2

Black with #AD53B2

Text Example


Text Example

White with #AD53B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD53B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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