Html Css Color HEX #AD5CBC Fuchsia

📋 copy color: '#AD5CBC'

red 173 ◦ green 92 ◦ blue 188

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

Shades of Fuchsia #AD5CBC

Tints of Fuchsia #AD5CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 38.19%
G = 20.31%
B = 41.5%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD5CBC (or 0xAD5CBC) is known color: Fuchsia. HEX triplet: AD, 5C and BC. RGB value is (173,92,188). Sum of RGB (Red+Green+Blue) = 173+92+188=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD5CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5CBC is #52A343. Grayscale: #7E7E7E. Windows color (decimal): -5415748 or 12344493. OLE color: 12344493.

HSL color Cylindrical-coordinate representation of color #AD5CBC: hue angle of 290.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5CBC is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 92 188 -
CMYK 0.08 0.51 0 0.26
HSL 290.63º 0.42% 0.55% -
HSV(B) 290.63º 0.51% 0.74% -
XYZ 30.14 20.17 49.88 -
YUV 127.16 162.34 160.69 -
System Red Green Blue C M Y K H S L
Decimal 173 92 188 0.08 0.51 0 0.26 290.63 0.42 0.55
Hex AD 5C BC 8 33 0 1A 123 2A 37
Octal 255 134 274 10 63 0 32 443 52 67
Binary 10101101 1011100 10111100 1000 110011 0 11010 100100011 101010 110111

Color Harmonies of #AD5CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5CBC

Black with #AD5CBC

Text Example


Text Example

White with #AD5CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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