Html Css Color HEX #AF079C Dark Magenta

📋 copy color: '#AF079C'

red 175 ◦ green 7 ◦ blue 156

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

Shades of Dark Magenta #AF079C

Tints of Dark Magenta #AF079C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.15%

R = 51.78%
G = 2.07%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF079C (or 0xAF079C) is known color: Dark Magenta. HEX triplet: AF, 07 and 9C. RGB value is (175,7,156). Sum of RGB (Red+Green+Blue) = 175+7+156=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF079C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF079C is #50F863. Grayscale: #494949. Windows color (decimal): -5306468 or 10225583. OLE color: 10225583.

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

Color convert

RGB 175 7 156 -
CMYK 0 0.96 0.11 0.31
HSL 306.79º 0.92% 0.36% -
HSV(B) 306.79º 0.96% 0.69% -
XYZ 23.76 11.67 32.45 -
YUV 74.22 174.16 199.88 -
System Red Green Blue C M Y K H S L
Decimal 175 7 156 0 0.96 0.11 0.31 306.79 0.92 0.36
Hex AF 7 9C 0 60 B 1F 133 5C 24
Octal 257 7 234 0 140 13 37 463 134 44
Binary 10101111 111 10011100 0 1100000 1011 11111 100110011 1011100 100100

Color Harmonies of #AF079C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF079C

Black with #AF079C

Text Example


Text Example

White with #AF079C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF079C; }

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

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

background-color css

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

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

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

border-color css

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

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

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