Html Css Color HEX #AB3AAD Fuchsia

📋 copy color: '#AB3AAD'

red 171 ◦ green 58 ◦ blue 173

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

Shades of Fuchsia #AB3AAD

Tints of Fuchsia #AB3AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 42.54%
G = 14.43%
B = 43.03%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB3AAD (or 0xAB3AAD) is known color: Fuchsia. HEX triplet: AB, 3A and AD. RGB value is (171,58,173). Sum of RGB (Red+Green+Blue) = 171+58+173=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB3AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3AAD is #54C552. Grayscale: #686868. Windows color (decimal): -5555539 or 11352747. OLE color: 11352747.

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

Color convert

RGB 171 58 173 -
CMYK 0.01 0.66 0 0.32
HSL 298.96º 0.5% 0.45% -
HSV(B) 298.96º 0.66% 0.68% -
XYZ 25.85 14.7 41.01 -
YUV 104.9 166.44 175.15 -
System Red Green Blue C M Y K H S L
Decimal 171 58 173 0.01 0.66 0 0.32 298.96 0.5 0.45
Hex AB 3A AD 1 42 0 20 12B 32 2D
Octal 253 72 255 1 102 0 40 453 62 55
Binary 10101011 111010 10101101 1 1000010 0 100000 100101011 110010 101101

Color Harmonies of #AB3AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3AAD

Black with #AB3AAD

Text Example


Text Example

White with #AB3AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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