Html Css Color HEX #AB3AAB Fuchsia

📋 copy color: '#AB3AAB'

red 171 ◦ green 58 ◦ blue 171

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

Shades of Fuchsia #AB3AAB

Tints of Fuchsia #AB3AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.5%

 BLUE value IS 171 (67.19% from 255) = 42.75%

R = 42.75%
G = 14.5%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB3AAB (or 0xAB3AAB) is known color: Fuchsia. HEX triplet: AB, 3A and AB. RGB value is (171,58,171). Sum of RGB (Red+Green+Blue) = 171+58+171=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB3AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3AAB is #54C554. Grayscale: #686868. Windows color (decimal): -5555541 or 11221675. OLE color: 11221675.

HSL color Cylindrical-coordinate representation of color #AB3AAB: hue angle of 300º 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 #AB3AAB is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 58 171 -
CMYK 0 0.66 0 0.33
HSL 300º 0.49% 0.45% -
HSV(B) 300º 0.66% 0.67% -
XYZ 25.66 14.62 40 -
YUV 104.67 165.44 175.31 -
System Red Green Blue C M Y K H S L
Decimal 171 58 171 0 0.66 0 0.33 300 0.49 0.45
Hex AB 3A AB 0 42 0 21 12C 31 2D
Octal 253 72 253 0 102 0 41 454 61 55
Binary 10101011 111010 10101011 0 1000010 0 100001 100101100 110001 101101

Color Harmonies of #AB3AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3AAB

Black with #AB3AAB

Text Example


Text Example

White with #AB3AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3AAB; }

 p { color: rgb(171,58,171); }

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

background-color css

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

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

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

border-color css

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

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

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