Html Css Color HEX #AB3CAC Fuchsia

📋 copy color: '#AB3CAC'

red 171 ◦ green 60 ◦ blue 172

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

Shades of Fuchsia #AB3CAC

Tints of Fuchsia #AB3CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.89%

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

R = 42.43%
G = 14.89%
B = 42.68%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB3CAC (or 0xAB3CAC) is known color: Fuchsia. HEX triplet: AB, 3C and AC. RGB value is (171,60,172). Sum of RGB (Red+Green+Blue) = 171+60+172=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB3CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3CAC is #54C353. Grayscale: #696969. Windows color (decimal): -5555028 or 11287723. OLE color: 11287723.

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

Color convert

RGB 171 60 172 -
CMYK 0.01 0.65 0 0.33
HSL 299.46º 0.48% 0.45% -
HSV(B) 299.46º 0.65% 0.67% -
XYZ 25.86 14.87 40.54 -
YUV 105.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 171 60 172 0.01 0.65 0 0.33 299.46 0.48 0.45
Hex AB 3C AC 1 41 0 21 12B 30 2D
Octal 253 74 254 1 101 0 41 453 60 55
Binary 10101011 111100 10101100 1 1000001 0 100001 100101011 110000 101101

Color Harmonies of #AB3CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3CAC

Black with #AB3CAC

Text Example


Text Example

White with #AB3CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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