Html Css Color HEX #AD4FB2 Fuchsia

📋 copy color: '#AD4FB2'

red 173 ◦ green 79 ◦ blue 178

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

Shades of Fuchsia #AD4FB2

Tints of Fuchsia #AD4FB2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.37%

 BLUE value IS 178 (69.92% from 255) = 41.4%

R = 40.23%
G = 18.37%
B = 41.4%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD4FB2 (or 0xAD4FB2) is known color: Fuchsia. HEX triplet: AD, 4F and B2. RGB value is (173,79,178). Sum of RGB (Red+Green+Blue) = 173+79+178=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD4FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4FB2 is #52B04D. Grayscale: #767676. Windows color (decimal): -5419086 or 11685805. OLE color: 11685805.

HSL color Cylindrical-coordinate representation of color #AD4FB2: hue angle of 296.97º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD4FB2 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 79 178 -
CMYK 0.03 0.56 0 0.30
HSL 296.97º 0.39% 0.5% -
HSV(B) 296.97º 0.56% 0.7% -
XYZ 28.07 17.69 44.05 -
YUV 118.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 173 79 178 0.03 0.56 0 0.30 296.97 0.39 0.5
Hex AD 4F B2 3 38 0 1E 129 27 32
Octal 255 117 262 3 70 0 36 451 47 62
Binary 10101101 1001111 10110010 11 111000 0 11110 100101001 100111 110010

Color Harmonies of #AD4FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4FB2

Black with #AD4FB2

Text Example


Text Example

White with #AD4FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4FB2; }

 p { color: rgb(173,79,178); }

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

background-color css

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

 a { background-color: rgb(173,79,178); }

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

border-color css

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

 span { border-color: rgb(173,79,178); }

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