Html Css Color HEX #AD3FAE Fuchsia

📋 copy color: '#AD3FAE'

red 173 ◦ green 63 ◦ blue 174

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

Shades of Fuchsia #AD3FAE

Tints of Fuchsia #AD3FAE

RGB

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

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

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

R = 42.2%
G = 15.37%
B = 42.44%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD3FAE (or 0xAD3FAE) is known color: Fuchsia. HEX triplet: AD, 3F and AE. RGB value is (173,63,174). Sum of RGB (Red+Green+Blue) = 173+63+174=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD3FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3FAE is #52C051. Grayscale: #6C6C6C. Windows color (decimal): -5423186 or 11419565. OLE color: 11419565.

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

Color convert

RGB 173 63 174 -
CMYK 0.01 0.64 0 0.32
HSL 299.46º 0.47% 0.46% -
HSV(B) 299.46º 0.64% 0.68% -
XYZ 26.65 15.5 41.63 -
YUV 108.54 164.94 173.97 -
System Red Green Blue C M Y K H S L
Decimal 173 63 174 0.01 0.64 0 0.32 299.46 0.47 0.46
Hex AD 3F AE 1 40 0 20 12B 2F 2E
Octal 255 77 256 1 100 0 40 453 57 56
Binary 10101101 111111 10101110 1 1000000 0 100000 100101011 101111 101110

Color Harmonies of #AD3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3FAE

Black with #AD3FAE

Text Example


Text Example

White with #AD3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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