Html Css Color HEX #AF079E Dark Magenta

📋 copy color: '#AF079E'

red 175 ◦ green 7 ◦ blue 158

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

Shades of Dark Magenta #AF079E

Tints of Dark Magenta #AF079E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.47%

R = 51.47%
G = 2.06%
B = 46.47%

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

#AF079E (or 0xAF079E) is known color: Dark Magenta. HEX triplet: AF, 07 and 9E. RGB value is (175,7,158). Sum of RGB (Red+Green+Blue) = 175+7+158=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF079E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF079E is #50F861. Grayscale: #4A4A4A. Windows color (decimal): -5306466 or 10356655. OLE color: 10356655.

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

Color convert

RGB 175 7 158 -
CMYK 0 0.96 0.10 0.31
HSL 306.07º 0.92% 0.36% -
HSV(B) 306.07º 0.96% 0.69% -
XYZ 23.93 11.73 33.35 -
YUV 74.45 175.16 199.72 -
System Red Green Blue C M Y K H S L
Decimal 175 7 158 0 0.96 0.10 0.31 306.07 0.92 0.36
Hex AF 7 9E 0 60 A 1F 132 5C 24
Octal 257 7 236 0 140 12 37 462 134 44
Binary 10101111 111 10011110 0 1100000 1010 11111 100110010 1011100 100100

Color Harmonies of #AF079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF079E

Black with #AF079E

Text Example


Text Example

White with #AF079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF079E; }

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

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

background-color css

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

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

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

border-color css

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

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

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