Html Css Color HEX #AB3AB1 Fuchsia

📋 copy color: '#AB3AB1'

red 171 ◦ green 58 ◦ blue 177

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

Shades of Fuchsia #AB3AB1

Tints of Fuchsia #AB3AB1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.29%

 BLUE value IS 177 (69.53% from 255) = 43.6%

R = 42.12%
G = 14.29%
B = 43.6%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB3AB1 (or 0xAB3AB1) is known color: Fuchsia. HEX triplet: AB, 3A and B1. RGB value is (171,58,177). Sum of RGB (Red+Green+Blue) = 171+58+177=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB3AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3AB1 is #54C54E. Grayscale: #686868. Windows color (decimal): -5555535 or 11614891. OLE color: 11614891.

HSL color Cylindrical-coordinate representation of color #AB3AB1: hue angle of 296.97º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3AB1 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 58 177 -
CMYK 0.03 0.67 0 0.31
HSL 296.97º 0.51% 0.46% -
HSV(B) 296.97º 0.67% 0.69% -
XYZ 26.24 14.86 43.08 -
YUV 105.35 168.44 174.82 -
System Red Green Blue C M Y K H S L
Decimal 171 58 177 0.03 0.67 0 0.31 296.97 0.51 0.46
Hex AB 3A B1 3 43 0 1F 129 33 2E
Octal 253 72 261 3 103 0 37 451 63 56
Binary 10101011 111010 10110001 11 1000011 0 11111 100101001 110011 101110

Color Harmonies of #AB3AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3AB1

Black with #AB3AB1

Text Example


Text Example

White with #AB3AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3AB1; }

 p { color: rgb(171,58,177); }

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

background-color css

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

 a { background-color: rgb(171,58,177); }

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

border-color css

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

 span { border-color: rgb(171,58,177); }

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