Html Css Color HEX #AB40B5 Fuchsia

📋 copy color: '#AB40B5'

red 171 ◦ green 64 ◦ blue 181

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

Shades of Fuchsia #AB40B5

Tints of Fuchsia #AB40B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.51%

R = 41.11%
G = 15.38%
B = 43.51%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB40B5 (or 0xAB40B5) is known color: Fuchsia. HEX triplet: AB, 40 and B5. RGB value is (171,64,181). Sum of RGB (Red+Green+Blue) = 171+64+181=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB40B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB40B5 is #54BF4A. Grayscale: #6C6C6C. Windows color (decimal): -5553995 or 11878571. OLE color: 11878571.

HSL color Cylindrical-coordinate representation of color #AB40B5: hue angle of 294.87º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB40B5 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 64 181 -
CMYK 0.06 0.65 0 0.29
HSL 294.87º 0.48% 0.48% -
HSV(B) 294.87º 0.65% 0.71% -
XYZ 26.97 15.66 45.32 -
YUV 109.33 168.45 171.99 -
System Red Green Blue C M Y K H S L
Decimal 171 64 181 0.06 0.65 0 0.29 294.87 0.48 0.48
Hex AB 40 B5 6 41 0 1D 127 30 30
Octal 253 100 265 6 101 0 35 447 60 60
Binary 10101011 1000000 10110101 110 1000001 0 11101 100100111 110000 110000

Color Harmonies of #AB40B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB40B5

Black with #AB40B5

Text Example


Text Example

White with #AB40B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB40B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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