Html Css Color HEX #AD3DAE Fuchsia

📋 copy color: '#AD3DAE'

red 173 ◦ green 61 ◦ blue 174

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

Shades of Fuchsia #AD3DAE

Tints of Fuchsia #AD3DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 42.4%
G = 14.95%
B = 42.65%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD3DAE (or 0xAD3DAE) is known color: Fuchsia. HEX triplet: AD, 3D and AE. RGB value is (173,61,174). Sum of RGB (Red+Green+Blue) = 173+61+174=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD3DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3DAE is #52C251. Grayscale: #6B6B6B. Windows color (decimal): -5423698 or 11419053. OLE color: 11419053.

HSL color Cylindrical-coordinate representation of color #AD3DAE: hue angle of 299.47º 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 #AD3DAE is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 61 174 -
CMYK 0.01 0.65 0 0.32
HSL 299.47º 0.48% 0.46% -
HSV(B) 299.47º 0.65% 0.68% -
XYZ 26.54 15.28 41.59 -
YUV 107.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 173 61 174 0.01 0.65 0 0.32 299.47 0.48 0.46
Hex AD 3D AE 1 41 0 20 12B 30 2E
Octal 255 75 256 1 101 0 40 453 60 56
Binary 10101101 111101 10101110 1 1000001 0 100000 100101011 110000 101110

Color Harmonies of #AD3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DAE

Black with #AD3DAE

Text Example


Text Example

White with #AD3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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