Html Css Color HEX #AD57BE Fuchsia

📋 copy color: '#AD57BE'

red 173 ◦ green 87 ◦ blue 190

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

Shades of Fuchsia #AD57BE

Tints of Fuchsia #AD57BE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.33%

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

R = 38.44%
G = 19.33%
B = 42.22%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD57BE (or 0xAD57BE) is known color: Fuchsia. HEX triplet: AD, 57 and BE. RGB value is (173,87,190). Sum of RGB (Red+Green+Blue) = 173+87+190=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD57BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57BE is #52A841. Grayscale: #7C7C7C. Windows color (decimal): -5417026 or 12474285. OLE color: 12474285.

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

Color convert

RGB 173 87 190 -
CMYK 0.09 0.54 0 0.25
HSL 290.1º 0.44% 0.54% -
HSV(B) 290.1º 0.54% 0.75% -
XYZ 29.94 19.42 50.89 -
YUV 124.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 173 87 190 0.09 0.54 0 0.25 290.1 0.44 0.54
Hex AD 57 BE 9 36 0 19 122 2C 36
Octal 255 127 276 11 66 0 31 442 54 66
Binary 10101101 1010111 10111110 1001 110110 0 11001 100100010 101100 110110

Color Harmonies of #AD57BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD57BE

Black with #AD57BE

Text Example


Text Example

White with #AD57BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD57BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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