Html Css Color HEX #AD4ABF Fuchsia

📋 copy color: '#AD4ABF'

red 173 ◦ green 74 ◦ blue 191

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

Shades of Fuchsia #AD4ABF

Tints of Fuchsia #AD4ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.89%

 BLUE value IS 191 (75% from 255) = 43.61%

R = 39.5%
G = 16.89%
B = 43.61%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD4ABF (or 0xAD4ABF) is known color: Fuchsia. HEX triplet: AD, 4A and BF. RGB value is (173,74,191). Sum of RGB (Red+Green+Blue) = 173+74+191=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD4ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4ABF is #52B540. Grayscale: #747474. Windows color (decimal): -5420353 or 12536493. OLE color: 12536493.

HSL color Cylindrical-coordinate representation of color #AD4ABF: hue angle of 290.77º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4ABF is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 74 191 -
CMYK 0.09 0.61 0 0.25
HSL 290.77º 0.48% 0.52% -
HSV(B) 290.77º 0.61% 0.75% -
XYZ 29.09 17.54 51.14 -
YUV 116.94 169.8 167.99 -
System Red Green Blue C M Y K H S L
Decimal 173 74 191 0.09 0.61 0 0.25 290.77 0.48 0.52
Hex AD 4A BF 9 3D 0 19 123 30 34
Octal 255 112 277 11 75 0 31 443 60 64
Binary 10101101 1001010 10111111 1001 111101 0 11001 100100011 110000 110100

Color Harmonies of #AD4ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4ABF

Black with #AD4ABF

Text Example


Text Example

White with #AD4ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4ABF; }

 p { color: rgb(173,74,191); }

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

background-color css

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

 a { background-color: rgb(173,74,191); }

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

border-color css

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

 span { border-color: rgb(173,74,191); }

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