Html Css Color HEX #AB46BA Fuchsia

📋 copy color: '#AB46BA'

red 171 ◦ green 70 ◦ blue 186

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

Shades of Fuchsia #AB46BA

Tints of Fuchsia #AB46BA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.39%

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

R = 40.05%
G = 16.39%
B = 43.56%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB46BA (or 0xAB46BA) is known color: Fuchsia. HEX triplet: AB, 46 and BA. RGB value is (171,70,186). Sum of RGB (Red+Green+Blue) = 171+70+186=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB46BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB46BA is #54B945. Grayscale: #717171. Windows color (decimal): -5552454 or 12207787. OLE color: 12207787.

HSL color Cylindrical-coordinate representation of color #AB46BA: hue angle of 292.24º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB46BA is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 70 186 -
CMYK 0.08 0.62 0 0.27
HSL 292.24º 0.46% 0.5% -
HSV(B) 292.24º 0.62% 0.73% -
XYZ 27.85 16.58 48.19 -
YUV 113.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 171 70 186 0.08 0.62 0 0.27 292.24 0.46 0.5
Hex AB 46 BA 8 3E 0 1B 124 2E 32
Octal 253 106 272 10 76 0 33 444 56 62
Binary 10101011 1000110 10111010 1000 111110 0 11011 100100100 101110 110010

Color Harmonies of #AB46BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB46BA

Black with #AB46BA

Text Example


Text Example

White with #AB46BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB46BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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