Html Css Color HEX #AB41BB Fuchsia

📋 copy color: '#AB41BB'

red 171 ◦ green 65 ◦ blue 187

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

Shades of Fuchsia #AB41BB

Tints of Fuchsia #AB41BB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.37%

 BLUE value IS 187 (73.44% from 255) = 44.21%

R = 40.43%
G = 15.37%
B = 44.21%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB41BB (or 0xAB41BB) is known color: Fuchsia. HEX triplet: AB, 41 and BB. RGB value is (171,65,187). Sum of RGB (Red+Green+Blue) = 171+65+187=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB41BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB41BB is #54BE44. Grayscale: #6E6E6E. Windows color (decimal): -5553733 or 12272043. OLE color: 12272043.

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

Color convert

RGB 171 65 187 -
CMYK 0.09 0.65 0 0.27
HSL 292.13º 0.48% 0.49% -
HSV(B) 292.13º 0.65% 0.73% -
XYZ 27.65 16.03 48.65 -
YUV 110.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 171 65 187 0.09 0.65 0 0.27 292.13 0.48 0.49
Hex AB 41 BB 9 41 0 1B 124 30 31
Octal 253 101 273 11 101 0 33 444 60 61
Binary 10101011 1000001 10111011 1001 1000001 0 11011 100100100 110000 110001

Color Harmonies of #AB41BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB41BB

Black with #AB41BB

Text Example


Text Example

White with #AB41BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB41BB; }

 p { color: rgb(171,65,187); }

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

background-color css

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

 a { background-color: rgb(171,65,187); }

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

border-color css

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

 span { border-color: rgb(171,65,187); }

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