Html Css Color HEX #AD4BBC Fuchsia

📋 copy color: '#AD4BBC'

red 173 ◦ green 75 ◦ blue 188

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

Shades of Fuchsia #AD4BBC

Tints of Fuchsia #AD4BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.2%

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

R = 39.68%
G = 17.2%
B = 43.12%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD4BBC (or 0xAD4BBC) is known color: Fuchsia. HEX triplet: AD, 4B and BC. RGB value is (173,75,188). Sum of RGB (Red+Green+Blue) = 173+75+188=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD4BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4BBC is #52B443. Grayscale: #747474. Windows color (decimal): -5420100 or 12340141. OLE color: 12340141.

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

Color convert

RGB 173 75 188 -
CMYK 0.08 0.60 0 0.26
HSL 292.04º 0.46% 0.52% -
HSV(B) 292.04º 0.6% 0.74% -
XYZ 28.83 17.55 49.44 -
YUV 117.18 167.97 167.81 -
System Red Green Blue C M Y K H S L
Decimal 173 75 188 0.08 0.60 0 0.26 292.04 0.46 0.52
Hex AD 4B BC 8 3C 0 1A 124 2E 34
Octal 255 113 274 10 74 0 32 444 56 64
Binary 10101101 1001011 10111100 1000 111100 0 11010 100100100 101110 110100

Color Harmonies of #AD4BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4BBC

Black with #AD4BBC

Text Example


Text Example

White with #AD4BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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