Html Css Color HEX #AF04AC Deep Magenta

📋 copy color: '#AF04AC'

red 175 ◦ green 4 ◦ blue 172

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

Shades of Deep Magenta #AF04AC

Tints of Deep Magenta #AF04AC

RGB

 RED value IS 175 (68.75% from 255) = 49.86%

 GREEN value IS 4 (1.95% from 255) = 1.14%

 BLUE value IS 172 (67.58% from 255) = 49%

R = 49.86%
G = 1.14%
B = 49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF04AC (or 0xAF04AC) is known color: Deep Magenta. HEX triplet: AF, 04 and AC. RGB value is (175,4,172). Sum of RGB (Red+Green+Blue) = 175+4+172=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF04AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF04AC is #50FB53. Grayscale: #494949. Windows color (decimal): -5307220 or 11273391. OLE color: 11273391.

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

Color convert

RGB 175 4 172 -
CMYK 0 0.98 0.02 0.31
HSL 301.05º 0.96% 0.35% -
HSV(B) 301.05º 0.98% 0.69% -
XYZ 25.17 12.18 40.05 -
YUV 74.28 183.15 199.84 -
System Red Green Blue C M Y K H S L
Decimal 175 4 172 0 0.98 0.02 0.31 301.05 0.96 0.35
Hex AF 4 AC 0 62 2 1F 12D 60 23
Octal 257 4 254 0 142 2 37 455 140 43
Binary 10101111 100 10101100 0 1100010 10 11111 100101101 1100000 100011

Color Harmonies of #AF04AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF04AC

Black with #AF04AC

Text Example


Text Example

White with #AF04AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF04AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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