#af1aac

Color #AF1AAC Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #AF1AAC

Tints of Deep Magenta #AF1AAC

Color information

#AF1AAC (or 0xAF1AAC) is unknown color: approx Deep Magenta. HEX triplet: AF, 1A and AC. RGB value is (175,26,172). Sum of RGB (Red+Green+Blue) = 175+26+172=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1AAC is #50E553. Grayscale: #565656. Windows color (decimal): -5301588 or 11279023. OLE color: 11279023.

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

Color convert

RGB17526172-
CMYK00.850.020.31
HSL301.21º74.13%39.41%-
HSV(B)301.21º85.14%68.63%-
XYZ25.4912.8340.16-
YUV87.2175.86190.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 26 (10.55% from 255) = 6.97%
BLUE value IS 172 (67.58% from 255) = 46.11%
R=46.92%
G=6.97%
B=46.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752617200.850.020.31301.2174.1339.41
HexAF1AAC05521F12d4a27
Octal25732254012523745511247
Binary1010111111010101011000101010110111111001011011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af1aac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af1aac; }

 p { color: rgb(175,26,172); }

 H1.HeaderClassName
 {
   color: #af1aac;
 }
 .AnyTagClassName
 {
   color: #af1aac;
 }
</style>
background-color css

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

 a { background-color: rgb(175,26,172); }

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

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

 span { border-color: rgb(175,26,172); }

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