Html Css Color HEX #AD3AAE Fuchsia

📋 copy color: '#AD3AAE'

red 173 ◦ green 58 ◦ blue 174

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

Shades of Fuchsia #AD3AAE

Tints of Fuchsia #AD3AAE

RGB

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

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

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

R = 42.72%
G = 14.32%
B = 42.96%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD3AAE (or 0xAD3AAE) is known color: Fuchsia. HEX triplet: AD, 3A and AE. RGB value is (173,58,174). Sum of RGB (Red+Green+Blue) = 173+58+174=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD3AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3AAE is #52C551. Grayscale: #696969. Windows color (decimal): -5424466 or 11418285. OLE color: 11418285.

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

Color convert

RGB 173 58 174 -
CMYK 0.01 0.67 0 0.32
HSL 299.48º 0.5% 0.45% -
HSV(B) 299.48º 0.67% 0.68% -
XYZ 26.39 14.97 41.54 -
YUV 105.61 166.6 176.07 -
System Red Green Blue C M Y K H S L
Decimal 173 58 174 0.01 0.67 0 0.32 299.48 0.5 0.45
Hex AD 3A AE 1 43 0 20 12B 32 2D
Octal 255 72 256 1 103 0 40 453 62 55
Binary 10101101 111010 10101110 1 1000011 0 100000 100101011 110010 101101

Color Harmonies of #AD3AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3AAE

Black with #AD3AAE

Text Example


Text Example

White with #AD3AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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