Html Css Color HEX #AD3DB9 Fuchsia

📋 copy color: '#AD3DB9'

red 173 ◦ green 61 ◦ blue 185

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

Shades of Fuchsia #AD3DB9

Tints of Fuchsia #AD3DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.56%

 BLUE value IS 185 (72.66% from 255) = 44.15%

R = 41.29%
G = 14.56%
B = 44.15%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD3DB9 (or 0xAD3DB9) is known color: Fuchsia. HEX triplet: AD, 3D and B9. RGB value is (173,61,185). Sum of RGB (Red+Green+Blue) = 173+61+185=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD3DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DB9 is #52C246. Grayscale: #6C6C6C. Windows color (decimal): -5423687 or 12139949. OLE color: 12139949.

HSL color Cylindrical-coordinate representation of color #AD3DB9: hue angle of 294.19º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD3DB9 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 61 185 -
CMYK 0.06 0.67 0 0.27
HSL 294.19º 0.5% 0.48% -
HSV(B) 294.19º 0.67% 0.73% -
XYZ 27.66 15.72 47.48 -
YUV 108.62 171.11 173.92 -
System Red Green Blue C M Y K H S L
Decimal 173 61 185 0.06 0.67 0 0.27 294.19 0.5 0.48
Hex AD 3D B9 6 43 0 1B 126 32 30
Octal 255 75 271 6 103 0 33 446 62 60
Binary 10101101 111101 10111001 110 1000011 0 11011 100100110 110010 110000

Color Harmonies of #AD3DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DB9

Black with #AD3DB9

Text Example


Text Example

White with #AD3DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DB9; }

 p { color: rgb(173,61,185); }

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

background-color css

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

 a { background-color: rgb(173,61,185); }

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

border-color css

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

 span { border-color: rgb(173,61,185); }

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