Html Css Color HEX #AB34AD Fuchsia

📋 copy color: '#AB34AD'

red 171 ◦ green 52 ◦ blue 173

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

Shades of Fuchsia #AB34AD

Tints of Fuchsia #AB34AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.13%

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

R = 43.18%
G = 13.13%
B = 43.69%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB34AD (or 0xAB34AD) is known color: Fuchsia. HEX triplet: AB, 34 and AD. RGB value is (171,52,173). Sum of RGB (Red+Green+Blue) = 171+52+173=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB34AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB34AD is #54CB52. Grayscale: #656565. Windows color (decimal): -5557075 or 11351211. OLE color: 11351211.

HSL color Cylindrical-coordinate representation of color #AB34AD: hue angle of 299.01º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB34AD is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 52 173 -
CMYK 0.01 0.70 0 0.32
HSL 299.01º 0.54% 0.44% -
HSV(B) 299.01º 0.7% 0.68% -
XYZ 25.57 14.13 40.92 -
YUV 101.38 168.42 177.66 -
System Red Green Blue C M Y K H S L
Decimal 171 52 173 0.01 0.70 0 0.32 299.01 0.54 0.44
Hex AB 34 AD 1 46 0 20 12B 36 2C
Octal 253 64 255 1 106 0 40 453 66 54
Binary 10101011 110100 10101101 1 1000110 0 100000 100101011 110110 101100

Color Harmonies of #AB34AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB34AD

Black with #AB34AD

Text Example


Text Example

White with #AB34AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB34AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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