Html Css Color HEX #AB3BAC Fuchsia

📋 copy color: '#AB3BAC'

red 171 ◦ green 59 ◦ blue 172

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

Shades of Fuchsia #AB3BAC

Tints of Fuchsia #AB3BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.68%

 BLUE value IS 172 (67.58% from 255) = 42.79%

R = 42.54%
G = 14.68%
B = 42.79%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB3BAC (or 0xAB3BAC) is known color: Fuchsia. HEX triplet: AB, 3B and AC. RGB value is (171,59,172). Sum of RGB (Red+Green+Blue) = 171+59+172=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB3BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3BAC is #54C453. Grayscale: #696969. Windows color (decimal): -5555284 or 11287467. OLE color: 11287467.

HSL color Cylindrical-coordinate representation of color #AB3BAC: hue angle of 299.47º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB3BAC is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 59 172 -
CMYK 0.01 0.66 0 0.33
HSL 299.47º 0.49% 0.45% -
HSV(B) 299.47º 0.66% 0.67% -
XYZ 25.8 14.76 40.52 -
YUV 105.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 171 59 172 0.01 0.66 0 0.33 299.47 0.49 0.45
Hex AB 3B AC 1 42 0 21 12B 31 2D
Octal 253 73 254 1 102 0 41 453 61 55
Binary 10101011 111011 10101100 1 1000010 0 100001 100101011 110001 101101

Color Harmonies of #AB3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3BAC

Black with #AB3BAC

Text Example


Text Example

White with #AB3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3BAC; }

 p { color: rgb(171,59,172); }

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

background-color css

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

 a { background-color: rgb(171,59,172); }

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

border-color css

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

 span { border-color: rgb(171,59,172); }

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