Html Css Color HEX #AF079F Dark Magenta

📋 copy color: '#AF079F'

red 175 ◦ green 7 ◦ blue 159

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

Shades of Dark Magenta #AF079F

Tints of Dark Magenta #AF079F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.63%

R = 51.32%
G = 2.05%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF079F (or 0xAF079F) is known color: Dark Magenta. HEX triplet: AF, 07 and 9F. RGB value is (175,7,159). Sum of RGB (Red+Green+Blue) = 175+7+159=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF079F is #50F860. Grayscale: #4A4A4A. Windows color (decimal): -5306465 or 10422191. OLE color: 10422191.

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

Color convert

RGB 175 7 159 -
CMYK 0 0.96 0.09 0.31
HSL 305.71º 0.92% 0.36% -
HSV(B) 305.71º 0.96% 0.69% -
XYZ 24.01 11.77 33.81 -
YUV 74.56 175.66 199.64 -
System Red Green Blue C M Y K H S L
Decimal 175 7 159 0 0.96 0.09 0.31 305.71 0.92 0.36
Hex AF 7 9F 0 60 9 1F 132 5C 24
Octal 257 7 237 0 140 11 37 462 134 44
Binary 10101111 111 10011111 0 1100000 1001 11111 100110010 1011100 100100

Color Harmonies of #AF079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF079F

Black with #AF079F

Text Example


Text Example

White with #AF079F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF079F; }

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

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

background-color css

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

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

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

border-color css

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

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

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