Html Css Color HEX #AD3BAA Fuchsia

📋 copy color: '#AD3BAA'

red 173 ◦ green 59 ◦ blue 170

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

Shades of Fuchsia #AD3BAA

Tints of Fuchsia #AD3BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.68%

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 43.03%
G = 14.68%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD3BAA (or 0xAD3BAA) is known color: Fuchsia. HEX triplet: AD, 3B and AA. RGB value is (173,59,170). Sum of RGB (Red+Green+Blue) = 173+59+170=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3BAA is #52C455. Grayscale: #696969. Windows color (decimal): -5424214 or 11156397. OLE color: 11156397.

HSL color Cylindrical-coordinate representation of color #AD3BAA: hue angle of 301.58º degrees, saturation: 0.49, 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 #AD3BAA is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 59 170 -
CMYK 0 0.66 0.02 0.32
HSL 301.58º 0.49% 0.45% -
HSV(B) 301.58º 0.66% 0.68% -
XYZ 26.05 14.91 39.54 -
YUV 105.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 173 59 170 0 0.66 0.02 0.32 301.58 0.49 0.45
Hex AD 3B AA 0 42 2 20 12E 31 2D
Octal 255 73 252 0 102 2 40 456 61 55
Binary 10101101 111011 10101010 0 1000010 10 100000 100101110 110001 101101

Color Harmonies of #AD3BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3BAA

Black with #AD3BAA

Text Example


Text Example

White with #AD3BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3BAA; }

 p { color: rgb(173,59,170); }

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

background-color css

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

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

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

border-color css

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

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

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