Html Css Color HEX #AB40BB Fuchsia

📋 copy color: '#AB40BB'

red 171 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #AB40BB

Tints of Fuchsia #AB40BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.17%

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 40.52%
G = 15.17%
B = 44.31%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB40BB (or 0xAB40BB) is known color: Fuchsia. HEX triplet: AB, 40 and BB. RGB value is (171,64,187). Sum of RGB (Red+Green+Blue) = 171+64+187=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB40BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB40BB is #54BF44. Grayscale: #6D6D6D. Windows color (decimal): -5553989 or 12271787. OLE color: 12271787.

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

Color convert

RGB 171 64 187 -
CMYK 0.09 0.66 0 0.27
HSL 292.2º 0.49% 0.49% -
HSV(B) 292.2º 0.66% 0.73% -
XYZ 27.6 15.91 48.63 -
YUV 110.02 171.45 171.5 -
System Red Green Blue C M Y K H S L
Decimal 171 64 187 0.09 0.66 0 0.27 292.2 0.49 0.49
Hex AB 40 BB 9 42 0 1B 124 31 31
Octal 253 100 273 11 102 0 33 444 61 61
Binary 10101011 1000000 10111011 1001 1000010 0 11011 100100100 110001 110001

Color Harmonies of #AB40BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB40BB

Black with #AB40BB

Text Example


Text Example

White with #AB40BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB40BB; }

 p { color: rgb(171,64,187); }

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

background-color css

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

 a { background-color: rgb(171,64,187); }

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

border-color css

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

 span { border-color: rgb(171,64,187); }

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