Html Css Color HEX #AB41BA Fuchsia

📋 copy color: '#AB41BA'

red 171 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #AB41BA

Tints of Fuchsia #AB41BA

RGB

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

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

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

R = 40.52%
G = 15.4%
B = 44.08%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB41BA (or 0xAB41BA) is known color: Fuchsia. HEX triplet: AB, 41 and BA. RGB value is (171,65,186). Sum of RGB (Red+Green+Blue) = 171+65+186=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 65 (25.78% from 255 or 15.40% 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 #AB41BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB41BA is #54BE45. Grayscale: #6E6E6E. Windows color (decimal): -5553734 or 12206507. OLE color: 12206507.

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

Color convert

RGB 171 65 186 -
CMYK 0.08 0.65 0 0.27
HSL 292.56º 0.48% 0.49% -
HSV(B) 292.56º 0.65% 0.73% -
XYZ 27.55 15.98 48.09 -
YUV 110.49 170.62 171.16 -
System Red Green Blue C M Y K H S L
Decimal 171 65 186 0.08 0.65 0 0.27 292.56 0.48 0.49
Hex AB 41 BA 8 41 0 1B 125 30 31
Octal 253 101 272 10 101 0 33 445 60 61
Binary 10101011 1000001 10111010 1000 1000001 0 11011 100100101 110000 110001

Color Harmonies of #AB41BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB41BA

Black with #AB41BA

Text Example


Text Example

White with #AB41BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB41BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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