Html Css Color HEX #AD53BE Fuchsia

📋 copy color: '#AD53BE'

red 173 ◦ green 83 ◦ blue 190

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

Shades of Fuchsia #AD53BE

Tints of Fuchsia #AD53BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.6%

R = 38.79%
G = 18.61%
B = 42.6%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD53BE (or 0xAD53BE) is known color: Fuchsia. HEX triplet: AD, 53 and BE. RGB value is (173,83,190). Sum of RGB (Red+Green+Blue) = 173+83+190=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD53BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD53BE is #52AC41. Grayscale: #797979. Windows color (decimal): -5418050 or 12473261. OLE color: 12473261.

HSL color Cylindrical-coordinate representation of color #AD53BE: hue angle of 290.47º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD53BE is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 83 190 -
CMYK 0.09 0.56 0 0.25
HSL 290.47º 0.45% 0.54% -
HSV(B) 290.47º 0.56% 0.75% -
XYZ 29.62 18.79 50.78 -
YUV 122.11 166.32 164.3 -
System Red Green Blue C M Y K H S L
Decimal 173 83 190 0.09 0.56 0 0.25 290.47 0.45 0.54
Hex AD 53 BE 9 38 0 19 122 2D 36
Octal 255 123 276 11 70 0 31 442 55 66
Binary 10101101 1010011 10111110 1001 111000 0 11001 100100010 101101 110110

Color Harmonies of #AD53BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD53BE

Black with #AD53BE

Text Example


Text Example

White with #AD53BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD53BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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