Html Css Color HEX #AD3BB0 Fuchsia

📋 copy color: '#AD3BB0'

red 173 ◦ green 59 ◦ blue 176

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

Shades of Fuchsia #AD3BB0

Tints of Fuchsia #AD3BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.14%

R = 42.4%
G = 14.46%
B = 43.14%

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

#AD3BB0 (or 0xAD3BB0) is known color: Fuchsia. HEX triplet: AD, 3B and B0. RGB value is (173,59,176). Sum of RGB (Red+Green+Blue) = 173+59+176=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD3BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD3BB0 is #52C44F. Grayscale: #6A6A6A. Windows color (decimal): -5424208 or 11549613. OLE color: 11549613.

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

Color convert

RGB 173 59 176 -
CMYK 0.02 0.66 0 0.31
HSL 298.46º 0.5% 0.46% -
HSV(B) 298.46º 0.66% 0.69% -
XYZ 26.63 15.15 42.59 -
YUV 106.42 167.27 175.49 -
System Red Green Blue C M Y K H S L
Decimal 173 59 176 0.02 0.66 0 0.31 298.46 0.5 0.46
Hex AD 3B B0 2 42 0 1F 12A 32 2E
Octal 255 73 260 2 102 0 37 452 62 56
Binary 10101101 111011 10110000 10 1000010 0 11111 100101010 110010 101110

Color Harmonies of #AD3BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3BB0

Black with #AD3BB0

Text Example


Text Example

White with #AD3BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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