Html Css Color HEX #AD3AAD Fuchsia

📋 copy color: '#AD3AAD'

red 173 ◦ green 58 ◦ blue 173

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

Shades of Fuchsia #AD3AAD

Tints of Fuchsia #AD3AAD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.36%

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

R = 42.82%
G = 14.36%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD3AAD (or 0xAD3AAD) is known color: Fuchsia. HEX triplet: AD, 3A and AD. RGB value is (173,58,173). Sum of RGB (Red+Green+Blue) = 173+58+173=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD3AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3AAD is #52C552. Grayscale: #696969. Windows color (decimal): -5424467 or 11352749. OLE color: 11352749.

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

Color convert

RGB 173 58 173 -
CMYK 0 0.66 0 0.32
HSL 300º 0.5% 0.45% -
HSV(B) 300º 0.66% 0.68% -
XYZ 26.29 14.93 41.03 -
YUV 105.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 173 58 173 0 0.66 0 0.32 300 0.5 0.45
Hex AD 3A AD 0 42 0 20 12C 32 2D
Octal 255 72 255 0 102 0 40 454 62 55
Binary 10101101 111010 10101101 0 1000010 0 100000 100101100 110010 101101

Color Harmonies of #AD3AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3AAD

Black with #AD3AAD

Text Example


Text Example

White with #AD3AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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