Html Css Color HEX #AF039B Dark Magenta

📋 copy color: '#AF039B'

red 175 ◦ green 3 ◦ blue 155

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

Shades of Dark Magenta #AF039B

Tints of Dark Magenta #AF039B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 52.55%
G = 0.9%
B = 46.55%

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

#AF039B (or 0xAF039B) is known color: Dark Magenta. HEX triplet: AF, 03 and 9B. RGB value is (175,3,155). Sum of RGB (Red+Green+Blue) = 175+3+155=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF039B is #50FC64. Grayscale: #474747. Windows color (decimal): -5307493 or 10159023. OLE color: 10159023.

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

Color convert

RGB 175 3 155 -
CMYK 0 0.98 0.11 0.31
HSL 306.98º 0.97% 0.35% -
HSV(B) 306.98º 0.98% 0.69% -
XYZ 23.63 11.55 31.99 -
YUV 71.76 174.98 201.64 -
System Red Green Blue C M Y K H S L
Decimal 175 3 155 0 0.98 0.11 0.31 306.98 0.97 0.35
Hex AF 3 9B 0 62 B 1F 133 61 23
Octal 257 3 233 0 142 13 37 463 141 43
Binary 10101111 11 10011011 0 1100010 1011 11111 100110011 1100001 100011

Color Harmonies of #AF039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF039B

Black with #AF039B

Text Example


Text Example

White with #AF039B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF039B; }

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

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

background-color css

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

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

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

border-color css

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

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

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