Html Css Color HEX #AD40BC Fuchsia

📋 copy color: '#AD40BC'

red 173 ◦ green 64 ◦ blue 188

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

Shades of Fuchsia #AD40BC

Tints of Fuchsia #AD40BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.06%

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

R = 40.71%
G = 15.06%
B = 44.24%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD40BC (or 0xAD40BC) is known color: Fuchsia. HEX triplet: AD, 40 and BC. RGB value is (173,64,188). Sum of RGB (Red+Green+Blue) = 173+64+188=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD40BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD40BC is #52BF43. Grayscale: #6E6E6E. Windows color (decimal): -5422916 or 12337325. OLE color: 12337325.

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

Color convert

RGB 173 64 188 -
CMYK 0.08 0.66 0 0.26
HSL 292.74º 0.49% 0.49% -
HSV(B) 292.74º 0.66% 0.74% -
XYZ 28.14 16.18 49.22 -
YUV 110.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 173 64 188 0.08 0.66 0 0.26 292.74 0.49 0.49
Hex AD 40 BC 8 42 0 1A 125 31 31
Octal 255 100 274 10 102 0 32 445 61 61
Binary 10101101 1000000 10111100 1000 1000010 0 11010 100100101 110001 110001

Color Harmonies of #AD40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD40BC

Black with #AD40BC

Text Example


Text Example

White with #AD40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD40BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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