Html Css Color HEX #AD4AAF Fuchsia

📋 copy color: '#AD4AAF'

red 173 ◦ green 74 ◦ blue 175

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

Shades of Fuchsia #AD4AAF

Tints of Fuchsia #AD4AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.47%

R = 41%
G = 17.54%
B = 41.47%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD4AAF (or 0xAD4AAF) is known color: Fuchsia. HEX triplet: AD, 4A and AF. RGB value is (173,74,175). Sum of RGB (Red+Green+Blue) = 173+74+175=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD4AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4AAF is #52B550. Grayscale: #727272. Windows color (decimal): -5420369 or 11487917. OLE color: 11487917.

HSL color Cylindrical-coordinate representation of color #AD4AAF: hue angle of 298.81º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4AAF is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 74 175 -
CMYK 0.01 0.58 0 0.31
HSL 298.81º 0.41% 0.49% -
HSV(B) 298.81º 0.58% 0.69% -
XYZ 27.42 16.88 42.37 -
YUV 115.12 161.8 169.29 -
System Red Green Blue C M Y K H S L
Decimal 173 74 175 0.01 0.58 0 0.31 298.81 0.41 0.49
Hex AD 4A AF 1 3A 0 1F 12B 29 31
Octal 255 112 257 1 72 0 37 453 51 61
Binary 10101101 1001010 10101111 1 111010 0 11111 100101011 101001 110001

Color Harmonies of #AD4AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4AAF

Black with #AD4AAF

Text Example


Text Example

White with #AD4AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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