Html Css Color HEX #AD4CB6 Fuchsia

📋 copy color: '#AD4CB6'

red 173 ◦ green 76 ◦ blue 182

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

Shades of Fuchsia #AD4CB6

Tints of Fuchsia #AD4CB6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.63%

 BLUE value IS 182 (71.48% from 255) = 42.23%

R = 40.14%
G = 17.63%
B = 42.23%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD4CB6 (or 0xAD4CB6) is known color: Fuchsia. HEX triplet: AD, 4C and B6. RGB value is (173,76,182). Sum of RGB (Red+Green+Blue) = 173+76+182=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD4CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CB6 is #52B349. Grayscale: #747474. Windows color (decimal): -5419850 or 11947181. OLE color: 11947181.

HSL color Cylindrical-coordinate representation of color #AD4CB6: hue angle of 294.91º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4CB6 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 76 182 -
CMYK 0.05 0.58 0 0.29
HSL 294.91º 0.42% 0.51% -
HSV(B) 294.91º 0.58% 0.71% -
XYZ 28.26 17.43 46.13 -
YUV 117.09 164.64 167.88 -
System Red Green Blue C M Y K H S L
Decimal 173 76 182 0.05 0.58 0 0.29 294.91 0.42 0.51
Hex AD 4C B6 5 3A 0 1D 127 2A 33
Octal 255 114 266 5 72 0 35 447 52 63
Binary 10101101 1001100 10110110 101 111010 0 11101 100100111 101010 110011

Color Harmonies of #AD4CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4CB6

Black with #AD4CB6

Text Example


Text Example

White with #AD4CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4CB6; }

 p { color: rgb(173,76,182); }

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

background-color css

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

 a { background-color: rgb(173,76,182); }

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

border-color css

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

 span { border-color: rgb(173,76,182); }

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