Html Css Color HEX #AD32B0 Fuchsia

📋 copy color: '#AD32B0'

red 173 ◦ green 50 ◦ blue 176

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

Shades of Fuchsia #AD32B0

Tints of Fuchsia #AD32B0

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.53%

 BLUE value IS 176 (69.14% from 255) = 44.11%

R = 43.36%
G = 12.53%
B = 44.11%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD32B0 (or 0xAD32B0) is known color: Fuchsia. HEX triplet: AD, 32 and B0. RGB value is (173,50,176). Sum of RGB (Red+Green+Blue) = 173+50+176=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD32B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD32B0 is #52CD4F. Grayscale: #646464. Windows color (decimal): -5426512 or 11547309. OLE color: 11547309.

HSL color Cylindrical-coordinate representation of color #AD32B0: hue angle of 298.57º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD32B0 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 50 176 -
CMYK 0.02 0.72 0 0.31
HSL 298.57º 0.56% 0.44% -
HSV(B) 298.57º 0.72% 0.69% -
XYZ 26.21 14.3 42.45 -
YUV 101.14 170.25 179.25 -
System Red Green Blue C M Y K H S L
Decimal 173 50 176 0.02 0.72 0 0.31 298.57 0.56 0.44
Hex AD 32 B0 2 48 0 1F 12B 38 2C
Octal 255 62 260 2 110 0 37 453 70 54
Binary 10101101 110010 10110000 10 1001000 0 11111 100101011 111000 101100

Color Harmonies of #AD32B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD32B0

Black with #AD32B0

Text Example


Text Example

White with #AD32B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD32B0; }

 p { color: rgb(173,50,176); }

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

background-color css

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

 a { background-color: rgb(173,50,176); }

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

border-color css

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

 span { border-color: rgb(173,50,176); }

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