Html Css Color HEX #AF07AC Deep Magenta

📋 copy color: '#AF07AC'

red 175 ◦ green 7 ◦ blue 172

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

Shades of Deep Magenta #AF07AC

Tints of Deep Magenta #AF07AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.98%

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

R = 49.44%
G = 1.98%
B = 48.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF07AC (or 0xAF07AC) is known color: Deep Magenta. HEX triplet: AF, 07 and AC. RGB value is (175,7,172). Sum of RGB (Red+Green+Blue) = 175+7+172=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF07AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF07AC is #50F853. Grayscale: #4B4B4B. Windows color (decimal): -5306452 or 11274159. OLE color: 11274159.

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

Color convert

RGB 175 7 172 -
CMYK 0 0.96 0.02 0.31
HSL 301.07º 0.92% 0.36% -
HSV(B) 301.07º 0.96% 0.69% -
XYZ 25.2 12.24 40.06 -
YUV 76.04 182.16 198.58 -
System Red Green Blue C M Y K H S L
Decimal 175 7 172 0 0.96 0.02 0.31 301.07 0.92 0.36
Hex AF 7 AC 0 60 2 1F 12D 5C 24
Octal 257 7 254 0 140 2 37 455 134 44
Binary 10101111 111 10101100 0 1100000 10 11111 100101101 1011100 100100

Color Harmonies of #AF07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF07AC

Black with #AF07AC

Text Example


Text Example

White with #AF07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF07AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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