Html Css Color HEX #AF079D Dark Magenta

📋 copy color: '#AF079D'

red 175 ◦ green 7 ◦ blue 157

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

Shades of Dark Magenta #AF079D

Tints of Dark Magenta #AF079D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.31%

R = 51.62%
G = 2.06%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF079D (or 0xAF079D) is known color: Dark Magenta. HEX triplet: AF, 07 and 9D. RGB value is (175,7,157). Sum of RGB (Red+Green+Blue) = 175+7+157=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF079D is #50F862. Grayscale: #494949. Windows color (decimal): -5306467 or 10291119. OLE color: 10291119.

HSL color Cylindrical-coordinate representation of color #AF079D: hue angle of 306.43º 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 #AF079D is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 7 157 -
CMYK 0 0.96 0.10 0.31
HSL 306.43º 0.92% 0.36% -
HSV(B) 306.43º 0.96% 0.69% -
XYZ 23.84 11.7 32.9 -
YUV 74.33 174.66 199.8 -
System Red Green Blue C M Y K H S L
Decimal 175 7 157 0 0.96 0.10 0.31 306.43 0.92 0.36
Hex AF 7 9D 0 60 A 1F 132 5C 24
Octal 257 7 235 0 140 12 37 462 134 44
Binary 10101111 111 10011101 0 1100000 1010 11111 100110010 1011100 100100

Color Harmonies of #AF079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF079D

Black with #AF079D

Text Example


Text Example

White with #AF079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF079D; }

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

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

background-color css

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

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

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

border-color css

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

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

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