Html Css Color HEX #AB3FBA Fuchsia

📋 copy color: '#AB3FBA'

red 171 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #AB3FBA

Tints of Fuchsia #AB3FBA

RGB

 RED value IS 171 (67.19% from 255) = 40.71%

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

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

R = 40.71%
G = 15%
B = 44.29%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB3FBA (or 0xAB3FBA) is known color: Fuchsia. HEX triplet: AB, 3F and BA. RGB value is (171,63,186). Sum of RGB (Red+Green+Blue) = 171+63+186=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 63 (25% from 255 or 15% 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 #AB3FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3FBA is #54C045. Grayscale: #6C6C6C. Windows color (decimal): -5554246 or 12205995. OLE color: 12205995.

HSL color Cylindrical-coordinate representation of color #AB3FBA: hue angle of 292.68º 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 #AB3FBA is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 63 186 -
CMYK 0.08 0.66 0 0.27
HSL 292.68º 0.49% 0.49% -
HSV(B) 292.68º 0.66% 0.73% -
XYZ 27.44 15.76 48.05 -
YUV 109.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 171 63 186 0.08 0.66 0 0.27 292.68 0.49 0.49
Hex AB 3F BA 8 42 0 1B 125 31 31
Octal 253 77 272 10 102 0 33 445 61 61
Binary 10101011 111111 10111010 1000 1000010 0 11011 100100101 110001 110001

Color Harmonies of #AB3FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3FBA

Black with #AB3FBA

Text Example


Text Example

White with #AB3FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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