Html Css Color HEX #AD3DAB Fuchsia

📋 copy color: '#AD3DAB'

red 173 ◦ green 61 ◦ blue 171

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

Shades of Fuchsia #AD3DAB

Tints of Fuchsia #AD3DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.06%

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 42.72%
G = 15.06%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD3DAB (or 0xAD3DAB) is known color: Fuchsia. HEX triplet: AD, 3D and AB. RGB value is (173,61,171). Sum of RGB (Red+Green+Blue) = 173+61+171=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3DAB is #52C254. Grayscale: #6A6A6A. Windows color (decimal): -5423701 or 11222445. OLE color: 11222445.

HSL color Cylindrical-coordinate representation of color #AD3DAB: hue angle of 301.07º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3DAB is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 61 171 -
CMYK 0 0.65 0.01 0.32
HSL 301.07º 0.48% 0.46% -
HSV(B) 301.07º 0.65% 0.68% -
XYZ 26.25 15.16 40.07 -
YUV 107.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 173 61 171 0 0.65 0.01 0.32 301.07 0.48 0.46
Hex AD 3D AB 0 41 1 20 12D 30 2E
Octal 255 75 253 0 101 1 40 455 60 56
Binary 10101101 111101 10101011 0 1000001 1 100000 100101101 110000 101110

Color Harmonies of #AD3DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DAB

Black with #AD3DAB

Text Example


Text Example

White with #AD3DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DAB; }

 p { color: rgb(173,61,171); }

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

background-color css

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

 a { background-color: rgb(173,61,171); }

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

border-color css

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

 span { border-color: rgb(173,61,171); }

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