Html Css Color HEX #AD3CB1 Fuchsia

📋 copy color: '#AD3CB1'

red 173 ◦ green 60 ◦ blue 177

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

Shades of Fuchsia #AD3CB1

Tints of Fuchsia #AD3CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.17%

R = 42.2%
G = 14.63%
B = 43.17%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD3CB1 (or 0xAD3CB1) is known color: Fuchsia. HEX triplet: AD, 3C and B1. RGB value is (173,60,177). Sum of RGB (Red+Green+Blue) = 173+60+177=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD3CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3CB1 is #52C34E. Grayscale: #6A6A6A. Windows color (decimal): -5423951 or 11615405. OLE color: 11615405.

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

Color convert

RGB 173 60 177 -
CMYK 0.02 0.66 0 0.31
HSL 297.95º 0.49% 0.46% -
HSV(B) 297.95º 0.66% 0.69% -
XYZ 26.79 15.29 43.13 -
YUV 107.13 167.44 174.99 -
System Red Green Blue C M Y K H S L
Decimal 173 60 177 0.02 0.66 0 0.31 297.95 0.49 0.46
Hex AD 3C B1 2 42 0 1F 12A 31 2E
Octal 255 74 261 2 102 0 37 452 61 56
Binary 10101101 111100 10110001 10 1000010 0 11111 100101010 110001 101110

Color Harmonies of #AD3CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CB1

Black with #AD3CB1

Text Example


Text Example

White with #AD3CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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