Html Css Color HEX #AF0BA0 Dark Magenta

📋 copy color: '#AF0BA0'

red 175 ◦ green 11 ◦ blue 160

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

Shades of Dark Magenta #AF0BA0

Tints of Dark Magenta #AF0BA0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.18%

 BLUE value IS 160 (62.89% from 255) = 46.24%

R = 50.58%
G = 3.18%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF0BA0 (or 0xAF0BA0) is known color: Dark Magenta. HEX triplet: AF, 0B and A0. RGB value is (175,11,160). Sum of RGB (Red+Green+Blue) = 175+11+160=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0BA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0BA0 is #50F45F. Grayscale: #4C4C4C. Windows color (decimal): -5305440 or 10488751. OLE color: 10488751.

HSL color Cylindrical-coordinate representation of color #AF0BA0: hue angle of 305.49º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0BA0 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 11 160 -
CMYK 0 0.94 0.09 0.31
HSL 305.49º 0.88% 0.36% -
HSV(B) 305.49º 0.94% 0.69% -
XYZ 24.14 11.89 34.28 -
YUV 77.02 174.83 197.88 -
System Red Green Blue C M Y K H S L
Decimal 175 11 160 0 0.94 0.09 0.31 305.49 0.88 0.36
Hex AF B A0 0 5E 9 1F 131 58 24
Octal 257 13 240 0 136 11 37 461 130 44
Binary 10101111 1011 10100000 0 1011110 1001 11111 100110001 1011000 100100

Color Harmonies of #AF0BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BA0

Black with #AF0BA0

Text Example


Text Example

White with #AF0BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BA0; }

 p { color: rgb(175,11,160); }

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

background-color css

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

 a { background-color: rgb(175,11,160); }

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

border-color css

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

 span { border-color: rgb(175,11,160); }

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