Html Css Color HEX #AD50B3 Fuchsia

📋 copy color: '#AD50B3'

red 173 ◦ green 80 ◦ blue 179

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

Shades of Fuchsia #AD50B3

Tints of Fuchsia #AD50B3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.52%

 BLUE value IS 179 (70.31% from 255) = 41.44%

R = 40.05%
G = 18.52%
B = 41.44%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD50B3 (or 0xAD50B3) is known color: Fuchsia. HEX triplet: AD, 50 and B3. RGB value is (173,80,179). Sum of RGB (Red+Green+Blue) = 173+80+179=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 179 - color contains mainly: blue. Hex color #AD50B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50B3 is #52AF4C. Grayscale: #767676. Windows color (decimal): -5418829 or 11751597. OLE color: 11751597.

HSL color Cylindrical-coordinate representation of color #AD50B3: hue angle of 296.36º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD50B3 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 80 179 -
CMYK 0.03 0.55 0 0.30
HSL 296.36º 0.39% 0.51% -
HSV(B) 296.36º 0.55% 0.7% -
XYZ 28.24 17.88 44.61 -
YUV 119.09 161.81 166.45 -
System Red Green Blue C M Y K H S L
Decimal 173 80 179 0.03 0.55 0 0.30 296.36 0.39 0.51
Hex AD 50 B3 3 37 0 1E 128 27 33
Octal 255 120 263 3 67 0 36 450 47 63
Binary 10101101 1010000 10110011 11 110111 0 11110 100101000 100111 110011

Color Harmonies of #AD50B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD50B3

Black with #AD50B3

Text Example


Text Example

White with #AD50B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD50B3; }

 p { color: rgb(173,80,179); }

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

background-color css

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

 a { background-color: rgb(173,80,179); }

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

border-color css

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

 span { border-color: rgb(173,80,179); }

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