Html Css Color HEX #AB40AF Fuchsia

📋 copy color: '#AB40AF'

red 171 ◦ green 64 ◦ blue 175

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

Shades of Fuchsia #AB40AF

Tints of Fuchsia #AB40AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.68%

R = 41.71%
G = 15.61%
B = 42.68%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB40AF (or 0xAB40AF) is known color: Fuchsia. HEX triplet: AB, 40 and AF. RGB value is (171,64,175). Sum of RGB (Red+Green+Blue) = 171+64+175=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB40AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB40AF is #54BF50. Grayscale: #6C6C6C. Windows color (decimal): -5554001 or 11485355. OLE color: 11485355.

HSL color Cylindrical-coordinate representation of color #AB40AF: hue angle of 297.84º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB40AF is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 64 175 -
CMYK 0.02 0.63 0 0.31
HSL 297.84º 0.46% 0.47% -
HSV(B) 297.84º 0.63% 0.69% -
XYZ 26.37 15.42 42.14 -
YUV 108.65 165.45 172.47 -
System Red Green Blue C M Y K H S L
Decimal 171 64 175 0.02 0.63 0 0.31 297.84 0.46 0.47
Hex AB 40 AF 2 3F 0 1F 12A 2E 2F
Octal 253 100 257 2 77 0 37 452 56 57
Binary 10101011 1000000 10101111 10 111111 0 11111 100101010 101110 101111

Color Harmonies of #AB40AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB40AF

Black with #AB40AF

Text Example


Text Example

White with #AB40AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB40AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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