Html Css Color HEX #AD3CB9 Fuchsia

📋 copy color: '#AD3CB9'

red 173 ◦ green 60 ◦ blue 185

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

Shades of Fuchsia #AD3CB9

Tints of Fuchsia #AD3CB9

RGB

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

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

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

R = 41.39%
G = 14.35%
B = 44.26%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD3CB9 (or 0xAD3CB9) is known color: Fuchsia. HEX triplet: AD, 3C and B9. RGB value is (173,60,185). Sum of RGB (Red+Green+Blue) = 173+60+185=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD3CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3CB9 is #52C346. Grayscale: #6B6B6B. Windows color (decimal): -5423943 or 12139693. OLE color: 12139693.

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

Color convert

RGB 173 60 185 -
CMYK 0.06 0.68 0 0.27
HSL 294.24º 0.51% 0.48% -
HSV(B) 294.24º 0.68% 0.73% -
XYZ 27.61 15.62 47.46 -
YUV 108.04 171.44 174.34 -
System Red Green Blue C M Y K H S L
Decimal 173 60 185 0.06 0.68 0 0.27 294.24 0.51 0.48
Hex AD 3C B9 6 44 0 1B 126 33 30
Octal 255 74 271 6 104 0 33 446 63 60
Binary 10101101 111100 10111001 110 1000100 0 11011 100100110 110011 110000

Color Harmonies of #AD3CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3CB9

Black with #AD3CB9

Text Example


Text Example

White with #AD3CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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