Html Css Color HEX #AD4CBB Fuchsia

📋 copy color: '#AD4CBB'

red 173 ◦ green 76 ◦ blue 187

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

Shades of Fuchsia #AD4CBB

Tints of Fuchsia #AD4CBB

RGB

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

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

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

R = 39.68%
G = 17.43%
B = 42.89%

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

#AD4CBB (or 0xAD4CBB) is known color: Fuchsia. HEX triplet: AD, 4C and BB. RGB value is (173,76,187). Sum of RGB (Red+Green+Blue) = 173+76+187=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD4CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4CBB is #52B344. Grayscale: #757575. Windows color (decimal): -5419845 or 12274861. OLE color: 12274861.

HSL color Cylindrical-coordinate representation of color #AD4CBB: hue angle of 292.43º 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 #AD4CBB is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 76 187 -
CMYK 0.07 0.59 0 0.27
HSL 292.43º 0.45% 0.52% -
HSV(B) 292.43º 0.59% 0.73% -
XYZ 28.79 17.64 48.9 -
YUV 117.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 173 76 187 0.07 0.59 0 0.27 292.43 0.45 0.52
Hex AD 4C BB 7 3B 0 1B 124 2D 34
Octal 255 114 273 7 73 0 33 444 55 64
Binary 10101101 1001100 10111011 111 111011 0 11011 100100100 101101 110100

Color Harmonies of #AD4CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4CBB

Black with #AD4CBB

Text Example


Text Example

White with #AD4CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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