Html Css Color HEX #AD4DBB Fuchsia

📋 copy color: '#AD4DBB'

red 173 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #AD4DBB

Tints of Fuchsia #AD4DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.62%

 BLUE value IS 187 (73.44% from 255) = 42.79%

R = 39.59%
G = 17.62%
B = 42.79%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD4DBB (or 0xAD4DBB) is known color: Fuchsia. HEX triplet: AD, 4D and BB. RGB value is (173,77,187). Sum of RGB (Red+Green+Blue) = 173+77+187=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD4DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DBB is #52B244. Grayscale: #757575. Windows color (decimal): -5419589 or 12275117. OLE color: 12275117.

HSL color Cylindrical-coordinate representation of color #AD4DBB: hue angle of 292.36º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD4DBB is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 77 187 -
CMYK 0.07 0.59 0 0.27
HSL 292.36º 0.45% 0.52% -
HSV(B) 292.36º 0.59% 0.73% -
XYZ 28.86 17.78 48.92 -
YUV 118.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 173 77 187 0.07 0.59 0 0.27 292.36 0.45 0.52
Hex AD 4D BB 7 3B 0 1B 124 2D 34
Octal 255 115 273 7 73 0 33 444 55 64
Binary 10101101 1001101 10111011 111 111011 0 11011 100100100 101101 110100

Color Harmonies of #AD4DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4DBB

Black with #AD4DBB

Text Example


Text Example

White with #AD4DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4DBB; }

 p { color: rgb(173,77,187); }

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

background-color css

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

 a { background-color: rgb(173,77,187); }

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

border-color css

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

 span { border-color: rgb(173,77,187); }

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