Html Css Color HEX #AF049B Dark Magenta

📋 copy color: '#AF049B'

red 175 ◦ green 4 ◦ blue 155

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

Shades of Dark Magenta #AF049B

Tints of Dark Magenta #AF049B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

 BLUE value IS 155 (60.94% from 255) = 46.41%

R = 52.4%
G = 1.2%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF049B (or 0xAF049B) is known color: Dark Magenta. HEX triplet: AF, 04 and 9B. RGB value is (175,4,155). Sum of RGB (Red+Green+Blue) = 175+4+155=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF049B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF049B is #50FB64. Grayscale: #474747. Windows color (decimal): -5307237 or 10159279. OLE color: 10159279.

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

Color convert

RGB 175 4 155 -
CMYK 0 0.98 0.11 0.31
HSL 307.02º 0.96% 0.35% -
HSV(B) 307.02º 0.98% 0.69% -
XYZ 23.64 11.57 32 -
YUV 72.34 174.65 201.22 -
System Red Green Blue C M Y K H S L
Decimal 175 4 155 0 0.98 0.11 0.31 307.02 0.96 0.35
Hex AF 4 9B 0 62 B 1F 133 60 23
Octal 257 4 233 0 142 13 37 463 140 43
Binary 10101111 100 10011011 0 1100010 1011 11111 100110011 1100000 100011

Color Harmonies of #AF049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF049B

Black with #AF049B

Text Example


Text Example

White with #AF049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF049B; }

 p { color: rgb(175,4,155); }

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

background-color css

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

 a { background-color: rgb(175,4,155); }

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

border-color css

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

 span { border-color: rgb(175,4,155); }

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