Html Css Color HEX #AD3DBA Fuchsia

📋 copy color: '#AD3DBA'

red 173 ◦ green 61 ◦ blue 186

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

Shades of Fuchsia #AD3DBA

Tints of Fuchsia #AD3DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 41.19%
G = 14.52%
B = 44.29%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD3DBA (or 0xAD3DBA) is known color: Fuchsia. HEX triplet: AD, 3D and BA. RGB value is (173,61,186). Sum of RGB (Red+Green+Blue) = 173+61+186=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD3DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DBA is #52C245. Grayscale: #6C6C6C. Windows color (decimal): -5423686 or 12205485. OLE color: 12205485.

HSL color Cylindrical-coordinate representation of color #AD3DBA: hue angle of 293.76º degrees, saturation: 0.51, 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 #AD3DBA is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 61 186 -
CMYK 0.07 0.67 0 0.27
HSL 293.76º 0.51% 0.48% -
HSV(B) 293.76º 0.67% 0.73% -
XYZ 27.77 15.77 48.03 -
YUV 108.74 171.61 173.84 -
System Red Green Blue C M Y K H S L
Decimal 173 61 186 0.07 0.67 0 0.27 293.76 0.51 0.48
Hex AD 3D BA 7 43 0 1B 126 33 30
Octal 255 75 272 7 103 0 33 446 63 60
Binary 10101101 111101 10111010 111 1000011 0 11011 100100110 110011 110000

Color Harmonies of #AD3DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DBA

Black with #AD3DBA

Text Example


Text Example

White with #AD3DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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