Html Css Color HEX #AD3FBA Fuchsia

📋 copy color: '#AD3FBA'

red 173 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #AD3FBA

Tints of Fuchsia #AD3FBA

RGB

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

 GREEN value IS 63 (25% from 255) = 14.93%

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

R = 41%
G = 14.93%
B = 44.08%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD3FBA (or 0xAD3FBA) is known color: Fuchsia. HEX triplet: AD, 3F and BA. RGB value is (173,63,186). Sum of RGB (Red+Green+Blue) = 173+63+186=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD3FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3FBA is #52C045. Grayscale: #6D6D6D. Windows color (decimal): -5423174 or 12205997. OLE color: 12205997.

HSL color Cylindrical-coordinate representation of color #AD3FBA: hue angle of 293.66º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3FBA is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 63 186 -
CMYK 0.07 0.66 0 0.27
HSL 293.66º 0.49% 0.49% -
HSV(B) 293.66º 0.66% 0.73% -
XYZ 27.87 15.98 48.07 -
YUV 109.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 173 63 186 0.07 0.66 0 0.27 293.66 0.49 0.49
Hex AD 3F BA 7 42 0 1B 126 31 31
Octal 255 77 272 7 102 0 33 446 61 61
Binary 10101101 111111 10111010 111 1000010 0 11011 100100110 110001 110001

Color Harmonies of #AD3FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3FBA

Black with #AD3FBA

Text Example


Text Example

White with #AD3FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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