Html Css Color HEX #AD3FAD Fuchsia

📋 copy color: '#AD3FAD'

red 173 ◦ green 63 ◦ blue 173

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

Shades of Fuchsia #AD3FAD

Tints of Fuchsia #AD3FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.4%

 BLUE value IS 173 (67.97% from 255) = 42.3%

R = 42.3%
G = 15.4%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD3FAD (or 0xAD3FAD) is known color: Fuchsia. HEX triplet: AD, 3F and AD. RGB value is (173,63,173). Sum of RGB (Red+Green+Blue) = 173+63+173=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD3FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3FAD is #52C052. Grayscale: #6C6C6C. Windows color (decimal): -5423187 or 11354029. OLE color: 11354029.

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

Color convert

RGB 173 63 173 -
CMYK 0 0.64 0 0.32
HSL 300º 0.47% 0.46% -
HSV(B) 300º 0.64% 0.68% -
XYZ 26.55 15.46 41.12 -
YUV 108.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 173 63 173 0 0.64 0 0.32 300 0.47 0.46
Hex AD 3F AD 0 40 0 20 12C 2F 2E
Octal 255 77 255 0 100 0 40 454 57 56
Binary 10101101 111111 10101101 0 1000000 0 100000 100101100 101111 101110

Color Harmonies of #AD3FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3FAD

Black with #AD3FAD

Text Example


Text Example

White with #AD3FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3FAD; }

 p { color: rgb(173,63,173); }

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

background-color css

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

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

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

border-color css

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

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

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