Html Css Color HEX #AD5CB8 Fuchsia

📋 copy color: '#AD5CB8'

red 173 ◦ green 92 ◦ blue 184

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

Shades of Fuchsia #AD5CB8

Tints of Fuchsia #AD5CB8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.49%

 BLUE value IS 184 (72.27% from 255) = 40.98%

R = 38.53%
G = 20.49%
B = 40.98%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD5CB8 (or 0xAD5CB8) is known color: Fuchsia. HEX triplet: AD, 5C and B8. RGB value is (173,92,184). Sum of RGB (Red+Green+Blue) = 173+92+184=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD5CB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CB8 is #52A347. Grayscale: #7E7E7E. Windows color (decimal): -5415752 or 12082349. OLE color: 12082349.

HSL color Cylindrical-coordinate representation of color #AD5CB8: hue angle of 292.83º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5CB8 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 92 184 -
CMYK 0.06 0.50 0 0.28
HSL 292.83º 0.39% 0.54% -
HSV(B) 292.83º 0.5% 0.72% -
XYZ 29.71 20 47.64 -
YUV 126.71 160.34 161.02 -
System Red Green Blue C M Y K H S L
Decimal 173 92 184 0.06 0.50 0 0.28 292.83 0.39 0.54
Hex AD 5C B8 6 32 0 1C 125 27 36
Octal 255 134 270 6 62 0 34 445 47 66
Binary 10101101 1011100 10111000 110 110010 0 11100 100100101 100111 110110

Color Harmonies of #AD5CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5CB8

Black with #AD5CB8

Text Example


Text Example

White with #AD5CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5CB8; }

 p { color: rgb(173,92,184); }

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

background-color css

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

 a { background-color: rgb(173,92,184); }

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

border-color css

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

 span { border-color: rgb(173,92,184); }

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