Html Css Color HEX #AB42BA Fuchsia

📋 copy color: '#AB42BA'

red 171 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #AB42BA

Tints of Fuchsia #AB42BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.6%

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 40.43%
G = 15.6%
B = 43.97%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB42BA (or 0xAB42BA) is known color: Fuchsia. HEX triplet: AB, 42 and BA. RGB value is (171,66,186). Sum of RGB (Red+Green+Blue) = 171+66+186=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB42BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42BA is #54BD45. Grayscale: #6E6E6E. Windows color (decimal): -5553478 or 12206763. OLE color: 12206763.

HSL color Cylindrical-coordinate representation of color #AB42BA: hue angle of 292.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB42BA is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 66 186 -
CMYK 0.08 0.65 0 0.27
HSL 292.5º 0.48% 0.49% -
HSV(B) 292.5º 0.65% 0.73% -
XYZ 27.61 16.1 48.11 -
YUV 111.08 170.29 170.74 -
System Red Green Blue C M Y K H S L
Decimal 171 66 186 0.08 0.65 0 0.27 292.5 0.48 0.49
Hex AB 42 BA 8 41 0 1B 124 30 31
Octal 253 102 272 10 101 0 33 444 60 61
Binary 10101011 1000010 10111010 1000 1000001 0 11011 100100100 110000 110001

Color Harmonies of #AB42BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB42BA

Black with #AB42BA

Text Example


Text Example

White with #AB42BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB42BA; }

 p { color: rgb(171,66,186); }

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

background-color css

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

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

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

border-color css

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

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

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