Html Css Color HEX #AD3DBC Fuchsia

📋 copy color: '#AD3DBC'

red 173 ◦ green 61 ◦ blue 188

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

Shades of Fuchsia #AD3DBC

Tints of Fuchsia #AD3DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.55%

R = 41%
G = 14.45%
B = 44.55%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD3DBC (or 0xAD3DBC) is known color: Fuchsia. HEX triplet: AD, 3D and BC. RGB value is (173,61,188). Sum of RGB (Red+Green+Blue) = 173+61+188=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD3DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DBC is #52C243. Grayscale: #6C6C6C. Windows color (decimal): -5423684 or 12336557. OLE color: 12336557.

HSL color Cylindrical-coordinate representation of color #AD3DBC: hue angle of 292.91º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3DBC is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 61 188 -
CMYK 0.08 0.68 0 0.26
HSL 292.91º 0.51% 0.49% -
HSV(B) 292.91º 0.68% 0.74% -
XYZ 27.98 15.85 49.16 -
YUV 108.97 172.61 173.67 -
System Red Green Blue C M Y K H S L
Decimal 173 61 188 0.08 0.68 0 0.26 292.91 0.51 0.49
Hex AD 3D BC 8 44 0 1A 125 33 31
Octal 255 75 274 10 104 0 32 445 63 61
Binary 10101101 111101 10111100 1000 1000100 0 11010 100100101 110011 110001

Color Harmonies of #AD3DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DBC

Black with #AD3DBC

Text Example


Text Example

White with #AD3DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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