#AF04BF

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

Shades of Deep Magenta #AF04BF

Tints of Deep Magenta #AF04BF

Color information

#AF04BF (or 0xAF04BF) is unknown color: approx Deep Magenta. HEX triplet: AF, 04 and BF. RGB value is (175,4,191). Sum of RGB (Red+Green+Blue) = 175+4+191=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF04BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF04BF is #50FB40. Grayscale: #4B4B4B. Windows color (decimal): -5307201 or 12518575. OLE color: 12518575.

HSL color Cylindrical-coordinate representation of color #AF04BF: hue angle of 294.87º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF04BF is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1754191-
CMYK0.080.9800.25
HSL294.87º95.9%38.24%-
HSV(B)294.87º97.91%74.9%-
XYZ27.1312.9650.36-
YUV76.45192.65198.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 4 (1.95% from 255) = 1.08%
BLUE value IS 191 (75% from 255) = 51.62%
R=47.30%
G=1.08%
B=51.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17541910.080.9800.25294.8795.938.24
HexAF4BF8620191276026
Octal25742771014203144714046
Binary1010111110010111111100011000100110011001001111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF04BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF04BF; }

 p { color: rgb(175,4,191); }

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

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

 a { background-color: rgb(175,4,191); }

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

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

 span { border-color: rgb(175,4,191); }

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