Html Css Color HEX #AF019B Dark Magenta

📋 copy color: '#AF019B'

red 175 ◦ green 1 ◦ blue 155

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

Shades of Dark Magenta #AF019B

Tints of Dark Magenta #AF019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 52.87%
G = 0.3%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF019B (or 0xAF019B) is known color: Dark Magenta. HEX triplet: AF, 01 and 9B. RGB value is (175,1,155). Sum of RGB (Red+Green+Blue) = 175+1+155=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF019B is #50FE64. Grayscale: #464646. Windows color (decimal): -5308005 or 10158511. OLE color: 10158511.

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

Color convert

RGB 175 1 155 -
CMYK 0 0.99 0.11 0.31
HSL 306.9º 0.99% 0.35% -
HSV(B) 306.9º 0.99% 0.69% -
XYZ 23.61 11.5 31.99 -
YUV 70.58 175.65 202.48 -
System Red Green Blue C M Y K H S L
Decimal 175 1 155 0 0.99 0.11 0.31 306.9 0.99 0.35
Hex AF 1 9B 0 63 B 1F 133 63 23
Octal 257 1 233 0 143 13 37 463 143 43
Binary 10101111 1 10011011 0 1100011 1011 11111 100110011 1100011 100011

Color Harmonies of #AF019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF019B

Black with #AF019B

Text Example


Text Example

White with #AF019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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