Html Css Color HEX #AD3CAB Fuchsia

📋 copy color: '#AD3CAB'

red 173 ◦ green 60 ◦ blue 171

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

Shades of Fuchsia #AD3CAB

Tints of Fuchsia #AD3CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 42.82%
G = 14.85%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AD3CAB (or 0xAD3CAB) is known color: Fuchsia. HEX triplet: AD, 3C and AB. RGB value is (173,60,171). Sum of RGB (Red+Green+Blue) = 173+60+171=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3CAB is #52C354. Grayscale: #6A6A6A. Windows color (decimal): -5423957 or 11222189. OLE color: 11222189.

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

Color convert

RGB 173 60 171 -
CMYK 0 0.65 0.01 0.32
HSL 301.06º 0.48% 0.46% -
HSV(B) 301.06º 0.65% 0.68% -
XYZ 26.2 15.06 40.05 -
YUV 106.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 173 60 171 0 0.65 0.01 0.32 301.06 0.48 0.46
Hex AD 3C AB 0 41 1 20 12D 30 2E
Octal 255 74 253 0 101 1 40 455 60 56
Binary 10101101 111100 10101011 0 1000001 1 100000 100101101 110000 101110

Color Harmonies of #AD3CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CAB

Black with #AD3CAB

Text Example


Text Example

White with #AD3CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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