Html Css Color HEX #AF009B Dark Magenta

📋 copy color: '#AF009B'

red 175 ◦ green 0 ◦ blue 155

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

Shades of Dark Magenta #AF009B

Tints of Dark Magenta #AF009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.03%
G = 0%
B = 46.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF009B (or 0xAF009B) is known color: Dark Magenta. HEX triplet: AF, 00 and 9B. RGB value is (175,0,155). Sum of RGB (Red+Green+Blue) = 175+0+155=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF009B is #50FF64. Grayscale: #454545. Windows color (decimal): -5308261 or 10158255. OLE color: 10158255.

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

Color convert

RGB 175 0 155 -
CMYK 0 1 0.11 0.31
HSL 306.86º 1% 0.34% -
HSV(B) 306.86º 1% 0.69% -
XYZ 23.6 11.48 31.98 -
YUV 70 175.98 202.9 -
System Red Green Blue C M Y K H S L
Decimal 175 0 155 0 1 0.11 0.31 306.86 1 0.34
Hex AF 0 9B 0 64 B 1F 133 64 22
Octal 257 0 233 0 144 13 37 463 144 42
Binary 10101111 0 10011011 0 1100100 1011 11111 100110011 1100100 100010

Color Harmonies of #AF009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF009B

Black with #AF009B

Text Example


Text Example

White with #AF009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF009B; }

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

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

background-color css

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

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

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

border-color css

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

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

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