Html Css Color HEX #AB34AA Fuchsia

📋 copy color: '#AB34AA'

red 171 ◦ green 52 ◦ blue 170

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

Shades of Fuchsia #AB34AA

Tints of Fuchsia #AB34AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 43.51%
G = 13.23%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB34AA (or 0xAB34AA) is known color: Fuchsia. HEX triplet: AB, 34 and AA. RGB value is (171,52,170). Sum of RGB (Red+Green+Blue) = 171+52+170=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB34AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB34AA is #54CB55. Grayscale: #646464. Windows color (decimal): -5557078 or 11154603. OLE color: 11154603.

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

Color convert

RGB 171 52 170 -
CMYK 0 0.70 0.01 0.33
HSL 300.5º 0.53% 0.44% -
HSV(B) 300.5º 0.7% 0.67% -
XYZ 25.28 14.02 39.4 -
YUV 101.03 166.92 177.91 -
System Red Green Blue C M Y K H S L
Decimal 171 52 170 0 0.70 0.01 0.33 300.5 0.53 0.44
Hex AB 34 AA 0 46 1 21 12D 35 2C
Octal 253 64 252 0 106 1 41 455 65 54
Binary 10101011 110100 10101010 0 1000110 1 100001 100101101 110101 101100

Color Harmonies of #AB34AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB34AA

Black with #AB34AA

Text Example


Text Example

White with #AB34AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB34AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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