Html Css Color HEX #AB4CB8 Fuchsia

📋 copy color: '#AB4CB8'

red 171 ◦ green 76 ◦ blue 184

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

Shades of Fuchsia #AB4CB8

Tints of Fuchsia #AB4CB8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.63%

 BLUE value IS 184 (72.27% from 255) = 42.69%

R = 39.68%
G = 17.63%
B = 42.69%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB4CB8 (or 0xAB4CB8) is known color: Fuchsia. HEX triplet: AB, 4C and B8. RGB value is (171,76,184). Sum of RGB (Red+Green+Blue) = 171+76+184=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB4CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4CB8 is #54B347. Grayscale: #747474. Windows color (decimal): -5550920 or 12078251. OLE color: 12078251.

HSL color Cylindrical-coordinate representation of color #AB4CB8: hue angle of 292.78º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB4CB8 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 76 184 -
CMYK 0.07 0.59 0 0.28
HSL 292.78º 0.43% 0.51% -
HSV(B) 292.78º 0.59% 0.72% -
XYZ 28.03 17.29 47.21 -
YUV 116.72 165.97 166.72 -
System Red Green Blue C M Y K H S L
Decimal 171 76 184 0.07 0.59 0 0.28 292.78 0.43 0.51
Hex AB 4C B8 7 3B 0 1C 125 2B 33
Octal 253 114 270 7 73 0 34 445 53 63
Binary 10101011 1001100 10111000 111 111011 0 11100 100100101 101011 110011

Color Harmonies of #AB4CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4CB8

Black with #AB4CB8

Text Example


Text Example

White with #AB4CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4CB8; }

 p { color: rgb(171,76,184); }

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

background-color css

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

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

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

border-color css

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

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

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