Html Css Color HEX #AD3CAE Fuchsia

📋 copy color: '#AD3CAE'

red 173 ◦ green 60 ◦ blue 174

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

Shades of Fuchsia #AD3CAE

Tints of Fuchsia #AD3CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.74%

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

R = 42.51%
G = 14.74%
B = 42.75%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD3CAE (or 0xAD3CAE) is known color: Fuchsia. HEX triplet: AD, 3C and AE. RGB value is (173,60,174). Sum of RGB (Red+Green+Blue) = 173+60+174=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD3CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3CAE is #52C351. Grayscale: #6A6A6A. Windows color (decimal): -5423954 or 11418797. OLE color: 11418797.

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

Color convert

RGB 173 60 174 -
CMYK 0.01 0.66 0 0.32
HSL 299.47º 0.49% 0.46% -
HSV(B) 299.47º 0.66% 0.68% -
XYZ 26.49 15.17 41.58 -
YUV 106.78 165.94 175.23 -
System Red Green Blue C M Y K H S L
Decimal 173 60 174 0.01 0.66 0 0.32 299.47 0.49 0.46
Hex AD 3C AE 1 42 0 20 12B 31 2E
Octal 255 74 256 1 102 0 40 453 61 56
Binary 10101101 111100 10101110 1 1000010 0 100000 100101011 110001 101110

Color Harmonies of #AD3CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CAE

Black with #AD3CAE

Text Example


Text Example

White with #AD3CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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